Private Cloud Management Cluster Args
data class PrivateCloudManagementClusterArgs(val hosts: Output<List<String>>? = null, val id: Output<Int>? = null, val size: Output<Int>) : ConvertibleToJava<PrivateCloudManagementClusterArgs>
Constructors
Link copied to clipboard
fun PrivateCloudManagementClusterArgs(hosts: Output<List<String>>? = null, id: Output<Int>? = null, size: Output<Int>)