PrivateCloudManagementCluster

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

Constructors

Link copied to clipboard
constructor(clusterId: String, nodeTypeConfigs: List<PrivateCloudManagementClusterNodeTypeConfig>? = null, stretchedClusterConfig: PrivateCloudManagementClusterStretchedClusterConfig? = 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.

Link copied to clipboard

The stretched cluster configuration for the private cloud. Structure is documented below.