PrivateCloudManagementClusterNodeTypeConfigArgs

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

Constructors

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. This cannot be changed once the PrivateCloud is created.

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(): PrivateCloudManagementClusterNodeTypeConfigArgs