Vcenter ConsumptionDomains Zones Capacity Summary ClusterInfo

Vcenter ConsumptionDomains Zones Capacity Summary ClusterInfo
Vcenter ConsumptionDomains Zones Capacity Summary ClusterInfo

The Vcenter ConsumptionDomains Zones Capacity Summary ClusterInfo schema contains information about resource capacity in a vSphere Zone for each cluster which is in associated state with the vSphere Zone.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "cluster_infos": {
        "cluster_infos": {
            "cpu": {
                "total": 0,
                "reserved": 0,
                "consumed": 0
            },
            "memory": {
                "total": 0,
                "reserved": 0,
                "consumed": 0
            },
            "vm_resource_profiles": {
                "vm_resource_profiles": {
                    "total": 0,
                    "reserved": 0,
                    "consumed": 0
                }
            }
        }
    }
}
object
cluster_infos
Required

Capacity info for each cluster

This property was added in vSphere API 9.1.0.0.

When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: ClusterComputeResource. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: ClusterComputeResource.