DomainClusterConfigNodeOptionNodeConfigArgs

data class DomainClusterConfigNodeOptionNodeConfigArgs(val count: Output<Int>? = null, val enabled: Output<Boolean>? = null, val type: Output<String>? = null) : ConvertibleToJava<DomainClusterConfigNodeOptionNodeConfigArgs>

Constructors

constructor(count: Output<Int>? = null, enabled: Output<Boolean>? = null, type: Output<String>? = null)

Properties

Link copied to clipboard
val count: Output<Int>? = null

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

Link copied to clipboard
val enabled: Output<Boolean>? = null

Whether a particular node type is enabled.

Link copied to clipboard
val type: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): DomainClusterConfigNodeOptionNodeConfigArgs