DomainClusterConfigNodeOptionNodeConfig

data class DomainClusterConfigNodeOptionNodeConfig(val count: Int? = null, val enabled: Boolean? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(count: Int? = null, enabled: Boolean? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int? = null

Number of nodes of a particular node type in the cluster.

Link copied to clipboard
val enabled: Boolean? = null

Whether a particular node type is enabled.

Link copied to clipboard
val type: String? = null

The instance type of a particular node type in the cluster.