BitmovinApiSdk\Models\AsperaInput
Synopsis
class AsperaInput
extends Input
{
- // members
- public string $minBandwidth;
- public string $maxBandwidth;
- public string $host;
- public string $username;
- public string $password;
- public string $token;
- public int $sshPort;
- public int $faspPort;
- // Inherited members from Input
- public static string $discriminatorName;
- public static array $discriminatorMapping;
- // Inherited members from BitmovinResource
- public string $name;
- public string $description;
- public Carbon $createdAt;
- public Carbon $modifiedAt;
- public mixed $customData;
- // Inherited members from BitmovinResponse
- public string $id;
- // methods
- public void __construct()
- public $this minBandwidth()
- public $this maxBandwidth()
- public $this host()
- public $this username()
- public $this password()
- public $this token()
- public $this sshPort()
- public $this faspPort()
- // Inherited methods from Input
- public void __construct()
- // Inherited methods from BitmovinResource
- public void __construct()
- public $this name()
- public $this description()
- public $this customData()
- // Inherited methods from BitmovinResponse
- public void __construct()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Extends
Members
public
- $createdAt — Carbon\Carbon
- $customData — mixed
- $description — string
- $discriminatorMapping
- $discriminatorName
- $faspPort — int
- $host — string
- $id — string
- $maxBandwidth — string
- $minBandwidth — string
- $modifiedAt — Carbon\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.