Get Private Cloud Management Cluster
data class GetPrivateCloudManagementCluster(val autoscalingSettings: List<GetPrivateCloudManagementClusterAutoscalingSetting>, val clusterId: String, val nodeTypeConfigs: List<GetPrivateCloudManagementClusterNodeTypeConfig>, val stretchedClusterConfigs: List<GetPrivateCloudManagementClusterStretchedClusterConfig>)
Constructors
Link copied to clipboard
constructor(autoscalingSettings: List<GetPrivateCloudManagementClusterAutoscalingSetting>, clusterId: String, nodeTypeConfigs: List<GetPrivateCloudManagementClusterNodeTypeConfig>, stretchedClusterConfigs: List<GetPrivateCloudManagementClusterStretchedClusterConfig>)
Properties
Link copied to clipboard
Configuration of the autoscaling applied to this cluster Private cloud must have a minimum of 3 nodes to add autoscale settings
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).
Link copied to clipboard
The stretched cluster configuration for the private cloud.