PrivateCloudManagementCluster

data class PrivateCloudManagementCluster(val clusterId: String, val nodeTypeConfigs: List<PrivateCloudManagementClusterNodeTypeConfig>? = null)

Constructors

Link copied to clipboard
constructor(clusterId: String, nodeTypeConfigs: List<PrivateCloudManagementClusterNodeTypeConfig>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The user-provided identifier of the new Cluster. The identifier must meet the following requirements:

Link copied to clipboard

The map of cluster node types in this cluster, where the key is canonical identifier of the node type (corresponds to the NodeType). Structure is documented below.