CreateNodeRequest

A request to create a 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?

The user-specified name of the Node to be created.

Link copied to clipboard
Link copied to clipboard

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

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

A collection of key-value pairs.

Functions

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