ManagementClusterResponse

data class ManagementClusterResponse(val clusterId: Int, val clusterSize: Int? = null, val hosts: List<String>? = null, val provisioningState: String, val vsanDatastoreName: String? = null)

The properties of a management cluster

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identity

Link copied to clipboard
val clusterSize: Int? = null

The cluster size

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

The hosts

Link copied to clipboard

The state of the cluster provisioning

Link copied to clipboard

Name of the vsan datastore associated with the cluster