UpdateClusterResponse

Placeholder documentation for UpdateClusterResponse

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 Cluster.

Link copied to clipboard

An array of the IDs of the Channels that are associated with this Cluster. One Channel is associated with the Cluster as follows: A Channel belongs to a ChannelPlacementGroup. A ChannelPlacementGroup is attached to a Node. A Node belongs to a Cluster.

Link copied to clipboard

The hardware type for the Cluster

Link copied to clipboard
val id: String?

The unique ID of the Cluster.

Link copied to clipboard
val name: String?

The user-specified name of the Cluster.

Link copied to clipboard

Network settings that connect the Nodes in the Cluster to one or more of the Networks that the Cluster is associated with.

Link copied to clipboard

The current state of the Cluster.

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