Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AkamaiNetStorageOutput

Hierarchy

  • Output
    • AkamaiNetStorageOutput

Index

Constructors

constructor

Properties

Optional acl

acl: AclEntry[]

Optional createdAt

createdAt: Date

Optional customData

customData: undefined | object

Optional description

description: undefined | string

Optional host

host: undefined | string

Optional id

id: undefined | string

Optional modifiedAt

modifiedAt: Date

Optional name

name: undefined | string

Optional password

password: undefined | string

type

type: OutputType = OutputType.AKAMAI_NETSTORAGE

Optional username

username: undefined | string

Static Protected _discriminatorName

_discriminatorName: "type" = "type"

Object literals

Static Protected _discriminatorMapping

_discriminatorMapping: object

AKAMAI_MSL

AKAMAI_MSL: string = "AkamaiMslOutput"

AKAMAI_NETSTORAGE

AKAMAI_NETSTORAGE: string = "AkamaiNetStorageOutput"

AZURE

AZURE: string = "AzureOutput"

CDN

CDN: string = "CdnOutput"

FTP

FTP: string = "FtpOutput"

GCS

GCS: string = "GcsOutput"

GCS_SERVICE_ACCOUNT

GCS_SERVICE_ACCOUNT: string = "GcsServiceAccountOutput"

GENERIC_S3

GENERIC_S3: string = "GenericS3Output"

LIVE_MEDIA_INGEST

LIVE_MEDIA_INGEST: string = "LiveMediaIngestOutput"

LOCAL

LOCAL: string = "LocalOutput"

S3

S3: string = "S3Output"

S3_ROLE_BASED

S3_ROLE_BASED: string = "S3RoleBasedOutput"

SFTP

SFTP: string = "SftpOutput"

Generated using TypeDoc