ClusterProperties interface
The properties of a cluster
Properties
| cluster |
The identity |
| cluster |
The cluster size |
| hosts | The hosts |
| provisioning |
The state of the cluster provisioning |
| vsan |
Name of the vsan datastore associated with the cluster |
Property Details
clusterId
The identity
clusterId?: number
Property Value
number
clusterSize
The cluster size
clusterSize?: number
Property Value
number
hosts
The hosts
hosts?: string[]
Property Value
string[]
provisioningState
The state of the cluster provisioning
provisioningState?: string
Property Value
string
vsanDatastoreName
Name of the vsan datastore associated with the cluster
vsanDatastoreName?: string
Property Value
string