Vcenter ConsumptionDomains Zones Capacity Summary CapacityInfo
Vcenter ConsumptionDomains Zones Capacity Summary CapacityInfo
The Vcenter ConsumptionDomains Zones Capacity Summary CapacityInfo schema contains information that describes the capacity of a resource.
This schema was added in vSphere API 9.1.0.0.
JSON Example
{
"total": 0,
"reserved": 0,
"consumed": 0
}
integer As int64
As int64
total
Required
Total capacity.
This property was added in vSphere API 9.1.0.0.
integer As int64
As int64
reserved
Required
Capacity reserved by the workloads. This metric indicates only the configured reservation does not include current usage of reservation.
This property was added in vSphere API 9.1.0.0.
integer As int64
As int64
consumed
Required
Capacity currently consumed by the workloads.
This property was added in vSphere API 9.1.0.0.