ClusterNodeTypeConfigArgs

data class ClusterNodeTypeConfigArgs(val customCoreCount: Output<Int>? = null, val nodeCount: Output<Int>, val nodeTypeId: Output<String>) : ConvertibleToJava<ClusterNodeTypeConfigArgs>

Constructors

Link copied to clipboard
constructor(customCoreCount: Output<Int>? = null, nodeCount: Output<Int>, nodeTypeId: Output<String>)

Properties

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

Customized number of cores available to each node of the type. This number must always be one of nodeType.availableCustomCoreCounts. If zero is provided max value from nodeType.availableCustomCoreCounts will be used. Once the customer is created then corecount cannot be changed.

Link copied to clipboard
val nodeCount: Output<Int>

The number of nodes of this type in the cluster.

Link copied to clipboard
val nodeTypeId: Output<String>

The identifier for this object. Format specified above.

Functions

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