Files
deb-python-pyvmomi/docs/vim/vm/GuestInfo/ToolsVersionStatus.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
This external documentation for pyVmomi was generated using Googly Docs
(aka Google Standard Documentation) which renders very cleanly in
GitHub. Internal documentation for a class should be done in Sphinx
format because tools like pyCharm and Eclipse can use that documentation
as a hint for code completion.

Note: External docs as Googly Docs, internal docs as Sphinx.

Closes bug#15
2014-06-17 14:07:42 -04:00

1.3 KiB

vim.vm.GuestInfo.ToolsVersionStatus

Current version status of VMware Tools installed in the guest operating system. :contained by: vim.vm.GuestInfo

type

vim.vm.GuestInfo.ToolsVersionStatus

name

guestToolsBlacklisted

values:

guestToolsBlacklisted

VMware Tools is installed, but the installed version is known to have a grave bug and should be immediately upgraded.

guestToolsUnmanaged

VMware Tools is installed, but it is not managed by VMWare.

guestToolsNeedUpgrade

VMware Tools is installed, but the version is not current.

guestToolsSupportedOld

VMware Tools is installed, supported, but a newer version is available.

guestToolsTooOld

VMware Tools is installed, but the version is too old.

guestToolsTooNew

VMware Tools is installed, and the version is known to be too new to work correctly with this virtual machine.

guestToolsNotInstalled

VMware Tools has never been installed.

guestToolsSupportedNew

VMware Tools is installed, supported, and newer than the version available on the host.

guestToolsCurrent

VMware Tools is installed, and the version is current.