Enum - VirtualMachineToolsStatus(vim.vm.GuestInfo.ToolsStatus)

Property of
GuestInfo, VirtualMachineGuestSummary


Enum Description

Deprecated. As of vSphere API 4.0 use VirtualMachineToolsVersionStatus and VirtualMachineToolsRunningStatus.

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

Enum Constants

NameDescription
toolsNotInstalled VMware Tools has never been installed or has not run in the virtual machine.
toolsNotRunning VMware Tools is not running.
toolsOk VMware Tools is running and the version is current.
toolsOld VMware Tools is running, but the version is not current.

Show WSDL type definition