VirtualMachineGuestSummary

VirtualMachineGuestSummary
VirtualMachineGuestSummary

A subset of virtual machine guest information.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "guestId": "string",
    "guestFullName": "string",
    "toolsStatus": "string",
    "toolsVersionStatus": "string",
    "toolsVersionStatus2": "string",
    "toolsRunningStatus": "string",
    "hostName": "string",
    "ipAddress": "string",
    "hwVersion": "string"
}
string
guestId
Optional

Guest operating system identifier (short name), if known.

string
guestFullName
Optional

Guest operating system name configured on the virtual machine.

toolsStatus
Optional

Deprecated as of vSphere API 5.0 use toolsVersionStatus2 and toolsRunningStatus.

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

string
toolsVersionStatus
Optional

Deprecated as of vSphere API 5.0 use toolsVersionStatus2.

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

string
toolsVersionStatus2
Optional

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

string
toolsRunningStatus
Optional

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

string
hostName
Optional

Hostname of the guest operating system, if known.

string
ipAddress
Optional

Primary IP address assigned to the guest operating system, if known.

string
hwVersion
Optional

The hardware version string for this virtual machine.