
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
43 lines
1.3 KiB
ReStructuredText
43 lines
1.3 KiB
ReStructuredText
.. _vim.vm.GuestInfo: ../../../vim/vm/GuestInfo.rst
|
|
|
|
.. _vim.vm.GuestInfo.ToolsVersionStatus: ../../../vim/vm/GuestInfo/ToolsVersionStatus.rst
|
|
|
|
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.
|