PrivateCloudManagementClusterArgs

data class PrivateCloudManagementClusterArgs(val clusterId: Output<String>, val nodeTypeConfigs: Output<List<PrivateCloudManagementClusterNodeTypeConfigArgs>>? = null) : ConvertibleToJava<PrivateCloudManagementClusterArgs>

Constructors

Link copied to clipboard
fun PrivateCloudManagementClusterArgs(clusterId: Output<String>, nodeTypeConfigs: Output<List<PrivateCloudManagementClusterNodeTypeConfigArgs>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): PrivateCloudManagementClusterArgs

Properties

Link copied to clipboard
val clusterId: Output<String>

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.