ClusterUsageSummary
This class contains cluster usage summary that is populated by DRS and used by Cloud Placement Engine in VCD.
{
"_typeName": "string",
"totalCpuCapacityMhz": 0,
"totalMemCapacityMB": 0,
"cpuReservationMhz": 0,
"memReservationMB": 0,
"poweredOffCpuReservationMhz": 0,
"poweredOffMemReservationMB": 0,
"cpuDemandMhz": 0,
"memDemandMB": 0,
"statsGenNumber": 0,
"cpuEntitledMhz": 0,
"memEntitledMB": 0,
"poweredOffVmCount": 0,
"totalVmCount": 0,
"tier0MemCapacityMB": 0,
"reservedTier0MemMB": 0,
"unreservedTier0MemMB": 0
}
Total CPU capacity of the cluster.
Total memory capacity of the cluster.
Sum of CPU reservation of all the Resource Pools and powered-on VMs in the cluster.
Sum of memory reservation of all the Resource Pools and powered-on VMs in the cluster.
Sum of CPU reservation of all the powered-off VMs in the cluster.
Sum of memory reservation of all the powered-off VMs in the cluster.
Sum of CPU demand of all the powered-on VMs in the cluster.
Sum of memory demand of all the powered-on VMs in the cluster.
Generation number of the usage stats.
Updated during every DRS load balancing call.
This is the current CPU entitlement across the cluster
This is the current memory entitlement across the cluster
The number of powered off VMs in the cluster
The number of VMs in the cluster
Total Tier 0 memory capacity in a cluster.
Since: vSphere API Release 9.0.0.0
Total amount of Tier 0 memory used to satisfy virtual machine reservation.
Since: vSphere API Release 9.0.0.0
Total amount of Tier 0 memory available to satisfy reservation.
Available reservation is calculated after accounting for DRS overheads and current reservation.
Since: vSphere API Release 9.0.0.0