Class DnsMappingResponse

Export

DnsMappingResponse

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

Creation timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

BitmovinResource

customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

Type declaration

  • [key: string]: any

Memberof

BitmovinResource

description?: string

Description of the resource. Can be freely chosen by the user.

Memberof

BitmovinResource

encodingId?: string

ID of the encoding this DNS mapping belongs to

Memberof

DnsMappingResponse

hostname?: string

Resolved hostname for the DNS mapping

Memberof

DnsMappingResponse

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

ip?: string

IP address that the hostname resolves to

Memberof

DnsMappingResponse

modifiedAt?: Date

Modified timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

BitmovinResource

name?: string

Name of the resource. Can be freely chosen by the user.

Memberof

BitmovinResource

subdomain?: string

Subdomain used for the DNS mapping

Memberof

DnsMappingResponse