PrivateCloudManagementClusterNodeTypeConfig

data class PrivateCloudManagementClusterNodeTypeConfig(val customCoreCount: Int? = null, val nodeCount: Int, val nodeTypeId: String)

Constructors

constructor(customCoreCount: Int? = null, nodeCount: Int, nodeTypeId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val customCoreCount: 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

The number of nodes of this type in the cluster.

Link copied to clipboard

The identifier for this object. Format specified above.