Name | Type | Description | Notes |
---|---|---|---|
schema | String | An optional URL to a JSON Schema document describing this resource | [optional] |
created | Date | Date and time the channel was created. | [optional] [readonly] |
id | String | External Channel ID provided at channel creation time | [optional] [readonly] |
ingest | PutChannelRequestIngest | ||
labels | [String] | Optional labels for a channel. Any included labels must be at least 1 character long, but no greater than 256 characters. The maximum number of labels is 10. | [optional] |
modified | Date | Date and time the channel was last modified. | [optional] [readonly] |
name | String | A friendly human-readable name for the channel. This will get displayed in user interfaces. | [optional] |
packaging | ChannelPackaging | [optional] | |
publishing | ChannelPublishing | [optional] | |
region | String | Region represents the general geolocation for transcoding and stream egress from iStreamPlanet. If no region is provided at channel creation time, then 'US_WEST' is used. | [optional] |
resourceClass | String | If the ResourceClass is unspecified the channel will default to run in the 'DYNAMIC' ResourceClass. Note that changing the ResourceClass for a running channel is supported and will be performed with no downtime. | [optional] |
self | String | Self link for the channel. | [optional] [readonly] |
signaling | ChannelSignaling | [optional] | |
tags | ChannelTags | [optional] | |
transcode | ChannelTranscode | [optional] |
-
WEST
(value:"US_WEST"
) -
EAST
(value:"US_EAST"
)
-
DYNAMIC
(value:"DYNAMIC"
) -
STATIC
(value:"STATIC"
)