Cluster_Summary
The Cluster.Summary structure contains commonly used information about a cluster in vCenter Server.
{
"cluster": "string",
"name": "string",
"ha_enabled": false,
"drs_enabled": false
}
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.
Name of the cluster.
Flag indicating whether the vSphere HA feature is enabled for the cluster.
Flag indicating whether the vSphere DRS service is enabled for the cluster.