Table of Contents

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 = 1

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

Current = 2

VMware Tools is installed, and the version is current.

NeedUpgrade = 3

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

NotInstalled = 4

VMware Tools has never been installed.

SupportedNew = 5

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

SupportedOld = 6

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

TooNew = 7

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

TooOld = 8

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

Unknown = 0

The tools version status is unknown.

Unmanaged = 9

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