ClusterSummary

The Cluster.Summary structure contains commonly used information about a cluster in vCenter Server.


Properties

string
cluster Required

Identifier of the cluster. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: ClusterComputeResource. When operations return a value of this structure as a result, the field will be an identifier for the resource type: ClusterComputeResource.


boolean
drs_enabled Required

Flag indicating whether the vSphere DRS service is enabled for the cluster.


boolean
ha_enabled Required

Flag indicating whether the vSphere HA feature is enabled for the cluster.


string
name Required

Name of the cluster.

JSON Example

{
	"cluster": "string",
	"drs_enabled": false,
	"ha_enabled": false,
	"name": "string"
}
Returned By

List Cluster

Feedback

Was this page helpful?