BitmovinApiSdk\Models\AsperaInput

Synopsis

class AsperaInput extends Input {
  • // Inherited members from BitmovinResponse
  • public string $id;
  • // Inherited methods from Input
  • public void __construct()
  • // Inherited methods from BitmovinResponse
  • public void __construct()
  • // Inherited methods from ApiResource
  • public void __construct()
  • public static $this create()
  • public void toArray()
}

Hierarchy

Members

public

  • $createdAtCarbon\Carbon
  • $customData — mixed
  • $description — string
  • $discriminatorMapping
  • $discriminatorName
  • $faspPort — int
  • $host — string
  • $id — string
  • $maxBandwidth — string
  • $minBandwidth — string
  • $modifiedAtCarbon\Carbon
  • $name — string
  • $password — string
  • $sshPort — int
  • $token — string
  • $username — string

Methods

public

  • __construct()
  • faspPort() — Set the UDP port to be used by fasp for data transfer
  • host() — Host to use for Aspera transfers (required)
  • maxBandwidth() — Maximal download bandwidth. Examples: 100k, 100m, 100g
  • minBandwidth() — Minimal download bandwidth. Examples: 100k, 100m, 100g
  • password() — corresponding password (either password and user must be set or token)
  • sshPort() — Set the TCP port to be used for fasp session initiation
  • token() — Token used for authentication (either password and user must be set or token)
  • username() — Username to log into Aspera host (either password and user must be set or token)

Inherited from BitmovinApiSdk\Models\BitmovinResource

public

  • customData() — User-specific meta data. This can hold anything.
  • description() — Description of the resource. Can be freely chosen by the user.
  • name() — Name of the resource. Can be freely chosen by the user.

Inherited from BitmovinApiSdk\Common\ApiResource

public