Data Object - VirtualMachineSummary

Property of
HostConnectInfo, VirtualMachine, VirtualMachineUsbInfo
Extends
DynamicData
See also
CustomFieldValue, ManagedEntityStatus, VirtualMachine, VirtualMachineConfigSummary, VirtualMachineGuestSummary, VirtualMachineQuickStats, VirtualMachineRuntimeInfo, VirtualMachineStorageSummary

Data Object Description

The summary data object type encapsulates a typical set of virtual machine information that is useful for list views and summary pages.

VirtualCenter can retrieve this information very efficiently, even for large sets of virtual machines.

Properties

Name Type Description
configVirtualMachineConfigSummary

Basic configuration information about the virtual machine. This information is not available when the virtual machine is unavailable, for instance, when it is being created or deleted.
customValue*CustomFieldValue[]

Custom field values.
guest*VirtualMachineGuestSummary

Guest operating system and VMware Tools information. See guest for more information.
overallStatusManagedEntityStatus

Overall alarm status on this node.
quickStatsVirtualMachineQuickStats

A set of statistics that are typically updated with near real-time regularity. This data object type does not support notification, for scalability reasons. Therefore, changes in QuickStats do not generate property collector updates. To monitor statistics values, use the statistics and alarms modules instead.
runtimeVirtualMachineRuntimeInfo

Runtime and state information of a running virtual machine. Most of this information is also available when a virtual machine is powered off. In that case, it contains information from the last run, if available.
storage*VirtualMachineStorageSummary

Storage information of the virtual machine. It can be explicitly refreshed with the RefreshStorageInfo operation.

Since vSphere API 4.0
vm*ManagedObjectReference
to a VirtualMachine

Reference to the virtual machine managed object.
Properties inherited from DynamicData
dynamicProperty, dynamicType
*Need not be set
Show WSDL type definition