Cluster Node Type Config Args
data class ClusterNodeTypeConfigArgs(val customCoreCount: Output<Int>? = null, val nodeCount: Output<Int>, val nodeTypeId: Output<String>) : ConvertibleToJava<ClusterNodeTypeConfigArgs>
Properties
Link copied to clipboard
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
The identifier for this object. Format specified above.