UpdateNodeStateResponse

Placeholder documentation for UpdateNodeStateResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The ARN of the Node. It is automatically assigned when the Node is created.

Link copied to clipboard

An array of IDs. Each ID is one ChannelPlacementGroup that is associated with this Node. Empty if the Node is not yet associated with any groups.

Link copied to clipboard

The ID of the Cluster that the Node belongs to.

Link copied to clipboard

The current connection state of the Node.

Link copied to clipboard
val id: String?

The unique ID of the Node. Unique in the Cluster. The ID is the resource-id portion of the ARN.

Link copied to clipboard

The ARN of the EC2 instance hosting the Node.

Link copied to clipboard
val name: String?

The name that you specified for the Node.

Link copied to clipboard

Documentation update needed

Link copied to clipboard

The initial role current role of the Node in the Cluster. ACTIVE means the Node is available for encoding. BACKUP means the Node is a redundant Node and might get used if an ACTIVE Node fails.

Link copied to clipboard

An array of SDI source mappings. Each mapping connects one logical SdiSource to the physical SDI card and port that the physical SDI source uses.

Link copied to clipboard

The current state of the Node.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String