UpdateNodeRequest

A request to update the node.

Types

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

Properties

Link copied to clipboard

The ID of the cluster

Link copied to clipboard
val name: String?

Include this parameter only if you want to change the current name of the Node. Specify a name that is unique in the Cluster. You can't change the name. Names are case-sensitive.

Link copied to clipboard

The ID of the node.

Link copied to clipboard

The initial 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

The mappings of a SDI capture card port to a logical SDI data stream

Functions

Link copied to clipboard
inline fun copy(block: UpdateNodeRequest.Builder.() -> Unit = {}): UpdateNodeRequest
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