File: ToolsVersionStatus.rst

package info (click to toggle)
python-pyvmomi 6.7.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 14,984 kB
  • sloc: python: 9,206; xml: 77; makefile: 9
file content (42 lines) | stat: -rw-r--r-- 1,312 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.. _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.