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
}
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