Data Object - VirtualMachineGuestSummary(vim.vm.Summary.GuestSummary)

Property of
VirtualMachineSummary
Extends
DynamicData
See also
VirtualMachineToolsStatus

Data Object Description

A subset of virtual machine guest information.

Properties

Name Type Description
guestFullName*xsd:string

Guest operating system name configured on the virtual machine.
guestId*xsd:string

Guest operating system identifier (short name), if known.
hostName*xsd:string

Hostname of the guest operating system, if known.
ipAddress*xsd:string

Primary IP address assigned to the guest operating system, if known.
toolsRunningStatus*xsd:string

Current running status of VMware Tools in the guest operating system, if known.

Since vSphere API 4.0
toolsStatus*VirtualMachineToolsStatusDeprecated. As of vSphere API 5.0 use toolsVersionStatus2 and toolsRunningStatus.

Current status of VMware Tools in the guest operating system, if known.
toolsVersionStatus*xsd:stringDeprecated. As of vSphere API 5.0 use toolsVersionStatus2.

Current version status of VMware Tools in the guest operating system, if known.

Since vSphere API 4.0
toolsVersionStatus2*xsd:string

Current version status of VMware Tools in the guest operating system, if known.

Since vSphere API 5.0
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition