ManagementClusterArgs

data class ManagementClusterArgs(val clusterSize: Output<Int>? = null, val hosts: Output<List<String>>? = null, val vsanDatastoreName: Output<String>? = null) : ConvertibleToJava<ManagementClusterArgs>

The properties of a management cluster

Constructors

Link copied to clipboard
constructor(clusterSize: Output<Int>? = null, hosts: Output<List<String>>? = null, vsanDatastoreName: Output<String>? = null)

Properties

Link copied to clipboard
val clusterSize: Output<Int>? = null

The cluster size

Link copied to clipboard
val hosts: Output<List<String>>? = null

The hosts

Link copied to clipboard
val vsanDatastoreName: Output<String>? = null

Name of the vsan datastore associated with the cluster

Functions

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