VirtualMachineToolsStatus_enum

VirtualMachineToolsStatus_enum
VirtualMachineToolsStatus_enum

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.
This data structure has no properties.
Enumeration: toolsNotInstalled, toolsNotRunning, toolsOld, toolsOk,