Data Object - ComputeResourceSummary(vim.ComputeResource.Summary)

Property of
ComputeResource
Extended by
ClusterComputeResourceSummary
Extends
DynamicData
See also
ManagedEntityStatus

Data Object Description

This data object type encapsulates a typical set of ComputeResource information that is useful for list views and summary pages.

Properties

Name Type Description
effectiveCpuxsd:int

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.
effectiveMemoryxsd:long

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.
numCpuCoresxsd:short

Number of physical CPU cores. Physical CPU cores are the processors contained by a CPU package.
numCpuThreadsxsd:short

Aggregated number of CPU threads.
numEffectiveHostsxsd:int

Total number of effective hosts.
numHostsxsd:int

Total number of hosts.
overallStatusManagedEntityStatus

Overall alarm status. In releases after vSphere API 5.0, vSphere Servers might not generate property collector update notifications for this property. To obtain the latest value of the property, you can use PropertyCollector methods RetrievePropertiesEx or WaitForUpdatesEx. If you use the PropertyCollector.WaitForUpdatesEx method, specify an empty string for the version parameter. Since this property is on a DataObject, an update returned by WaitForUpdatesEx may contain values for this property when some other property on the DataObject changes. If this update is a result of a call to WaitForUpdatesEx with a non-empty version parameter, the value for this property may not be current.
totalCpuxsd:int

Aggregated CPU resources of all hosts, in MHz.
totalMemoryxsd:long

Aggregated memory resources of all hosts, in bytes.
Properties inherited from DynamicData
None

Show WSDL type definition