ComputeResourceSummary
This data object type encapsulates a typical set of ComputeResource information that is useful for list views and summary pages.
{
"_typeName": "string",
"totalCpu": 0,
"totalMemory": 0,
"numCpuCores": 0,
"numCpuThreads": 0,
"effectiveCpu": 0,
"effectiveMemory": 0,
"numHosts": 0,
"numEffectiveHosts": 0,
"overallStatus": "string"
}
Aggregated CPU resources of all hosts, in MHz.
Aggregated memory resources of all hosts, in bytes.
Number of physical CPU cores.
Physical CPU cores are the processors contained by a CPU package.
Aggregated number of CPU threads.
Effective CPU resources (in MHz) available to run virtual machines.
This is the aggregated effective resource level from all running hosts. Hosts that are in maintenance mode or are unresponsive are not counted. Resources used by the VMware Service Console are not included in the aggregate. This value represents the amount of resources available for the root resource pool for running virtual machines.
Effective memory resources (in MB) available to run virtual machines.
This is the aggregated effective resource level from all running hosts. Hosts that are in maintenance mode or are unresponsive are not counted. Resources used by the VMware Service Console are not included in the aggregate. This value represents the amount of resources available for the root resource pool for running virtual machines.
Total number of hosts.
Total number of effective hosts.
The Status enumeration defines a general "health" value for a managed entity.
Possible values:
gray
: The status is unknown.green
: The entity is OK.yellow
: The entity might have a problem.red
: The entity definitely has a problem.