Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AsperaInput

Hierarchy

Index

Constructors

constructor

Properties

Optional createdAt

createdAt: Date

Optional customData

customData: undefined | object

Optional description

description: undefined | string

Optional faspPort

faspPort: undefined | number

Optional host

host: undefined | string

Optional id

id: undefined | string

Optional maxBandwidth

maxBandwidth: undefined | string

Optional minBandwidth

minBandwidth: undefined | string

Optional modifiedAt

modifiedAt: Date

Optional name

name: undefined | string

Optional password

password: undefined | string

Optional sshPort

sshPort: undefined | number

Optional token

token: undefined | string

type

type: InputType = InputType.ASPERA

Optional username

username: undefined | string

Static Protected _discriminatorName

_discriminatorName: "type" = "type"

Object literals

Static Protected _discriminatorMapping

_discriminatorMapping: object

AKAMAI_NETSTORAGE

AKAMAI_NETSTORAGE: string = "AkamaiNetStorageInput"

ASPERA

ASPERA: string = "AsperaInput"

AZURE

AZURE: string = "AzureInput"

FTP

FTP: string = "FtpInput"

GCS

GCS: string = "GcsInput"

GCS_SERVICE_ACCOUNT

GCS_SERVICE_ACCOUNT: string = "GcsServiceAccountInput"

GENERIC_S3

GENERIC_S3: string = "GenericS3Input"

HTTP

HTTP: string = "HttpInput"

HTTPS

HTTPS: string = "HttpsInput"

LOCAL

LOCAL: string = "LocalInput"

REDUNDANT_RTMP

REDUNDANT_RTMP: string = "RedundantRtmpInput"

RTMP

RTMP: string = "RtmpInput"

S3

S3: string = "S3Input"

S3_ROLE_BASED

S3_ROLE_BASED: string = "S3RoleBasedInput"

SFTP

SFTP: string = "SftpInput"

SRT

SRT: string = "SrtInput"

TCP

TCP: string = "TcpInput"

UDP

UDP: string = "UdpInput"

UDP_MULTICAST

UDP_MULTICAST: string = "UdpMulticastInput"

ZIXI

ZIXI: string = "ZixiInput"

Generated using TypeDoc