Private Cloud Management Cluster Node Type Config Args
data class PrivateCloudManagementClusterNodeTypeConfigArgs(val customCoreCount: Output<Int>? = null, val nodeCount: Output<Int>, val nodeTypeId: Output<String>) : ConvertibleToJava<PrivateCloudManagementClusterNodeTypeConfigArgs>
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. This cannot be changed once the PrivateCloud is created.
Link copied to clipboard
The identifier for this object. Format specified above.