ClusterUsageSummary

ClusterUsageSummary
ClusterUsageSummary

This class contains cluster usage summary that is populated by DRS and used by Cloud Placement Engine in VCD.

AllOf
This class requires all of the following:
JSON Example
{
    "_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
}
integer As int32 As int32
totalCpuCapacityMhz
Required

Total CPU capacity of the cluster.

integer As int32 As int32
totalMemCapacityMB
Required

Total memory capacity of the cluster.

integer As int32 As int32
cpuReservationMhz
Required

Sum of CPU reservation of all the Resource Pools and powered-on VMs in the cluster.

integer As int32 As int32
memReservationMB
Required

Sum of memory reservation of all the Resource Pools and powered-on VMs in the cluster.

integer As int32 As int32
poweredOffCpuReservationMhz
Optional

Sum of CPU reservation of all the powered-off VMs in the cluster.

integer As int32 As int32
poweredOffMemReservationMB
Optional

Sum of memory reservation of all the powered-off VMs in the cluster.

integer As int32 As int32
cpuDemandMhz
Required

Sum of CPU demand of all the powered-on VMs in the cluster.

integer As int32 As int32
memDemandMB
Required

Sum of memory demand of all the powered-on VMs in the cluster.

integer As int64 As int64
statsGenNumber
Required

Generation number of the usage stats.

Updated during every DRS load balancing call.

integer As int32 As int32
cpuEntitledMhz
Required

This is the current CPU entitlement across the cluster

integer As int32 As int32
memEntitledMB
Required

This is the current memory entitlement across the cluster

integer As int32 As int32
poweredOffVmCount
Required

The number of powered off VMs in the cluster

integer As int32 As int32
totalVmCount
Required

The number of VMs in the cluster