CreateChannelPlacementGroupRequest

A request to create a channel placement group.

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?

Specify a name that is unique in the Cluster. You can't change the name. Names are case-sensitive.

Link copied to clipboard

An array of one ID for the Node that you want to associate with the ChannelPlacementGroup. (You can't associate more than one Node with the ChannelPlacementGroup.) The Node and the ChannelPlacementGroup must be in the same Cluster.

Link copied to clipboard

An ID that you assign to a create request. This ID ensures idempotency when creating resources. the request.

Link copied to clipboard

A collection of key-value pairs.

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