Private Cloud Management Cluster Args
data class PrivateCloudManagementClusterArgs(val autoscalingSettings: Output<PrivateCloudManagementClusterAutoscalingSettingsArgs>? = null, val clusterId: Output<String>, val nodeTypeConfigs: Output<List<PrivateCloudManagementClusterNodeTypeConfigArgs>>? = null, val stretchedClusterConfig: Output<PrivateCloudManagementClusterStretchedClusterConfigArgs>? = null) : ConvertibleToJava<PrivateCloudManagementClusterArgs>
Constructors
Link copied to clipboard
constructor(autoscalingSettings: Output<PrivateCloudManagementClusterAutoscalingSettingsArgs>? = null, clusterId: Output<String>, nodeTypeConfigs: Output<List<PrivateCloudManagementClusterNodeTypeConfigArgs>>? = null, stretchedClusterConfig: Output<PrivateCloudManagementClusterStretchedClusterConfigArgs>? = null)
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 Structure is documented below.
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.