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 4.0 use VirtualMachineToolsVersionStatusEnum and VirtualMachineToolsRunningStatusEnum.

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

Possible values:

  • toolsNotInstalled: VMware Tools has never been installed or has not run in the virtual machine.
  • toolsNotRunning: VMware Tools is not running.
  • toolsOld: VMware Tools is running, but the version is not current.
  • toolsOk: VMware Tools is running and the version is current.
Possible values are : toolsNotInstalled, toolsNotRunning, toolsOld, toolsOk,
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.