Enum VMwareToolsVersionStatus
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the version status of the VMware tools installed on a virtual machine.
public enum VMwareToolsVersionStatus
Fields
Blacklisted = 1VMware Tools is installed, but the installed version is known to have a grave bug and should be immediately upgraded.
Current = 2VMware Tools is installed, and the version is current.
NeedUpgrade = 3VMware Tools is installed, but the version is not current.
NotInstalled = 4VMware Tools has never been installed.
SupportedNew = 5VMware Tools is installed, supported, and newer than the version available on the host.
SupportedOld = 6VMware Tools is installed and supported, but a newer version is available.
TooNew = 7VMware Tools is installed, but the version is known to be too new to work correctly with this virtual machine.
TooOld = 8VMware Tools is installed, but the version is too old.
Unknown = 0The tools version status is unknown.
Unmanaged = 9VMware Tools is installed, but it is not managed by VMWare.