vcenter cluster: summary
The
summary structure contains commonly used information about a cluster in vCenter Server.Representations:
{
"cluster": "obj-103",
"drs_enabled": true,
"ha_enabled": true,
"name": "string"
}
"cluster": "obj-103",
"drs_enabled": true,
"ha_enabled": true,
"name": "string"
}
<?xml version="1.0" ?>
<ns0:Summary xmlns:ns0="http://vmware.com/vcenter/cluster" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<name>string</name>
<cluster>obj-103</cluster>
<ha_enabled>true</ha_enabled>
<drs_enabled>true</drs_enabled>
</ns0:Summary>
<ns0:Summary xmlns:ns0="http://vmware.com/vcenter/cluster" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<name>string</name>
<cluster>obj-103</cluster>
<ha_enabled>true</ha_enabled>
<drs_enabled>true</drs_enabled>
</ns0:Summary>
Attributes:
| Name | Type | Description |
|---|---|---|
| Required | ||
| cluster | string | 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 | string | Name of the cluster. |
| ha_enabled | boolean | Flag indicating whether the vSphere HA feature is enabled for the cluster. |
| drs_enabled | boolean | Flag indicating whether the vSphere DRS service is enabled for the cluster. |