Table of Contents

Enum VMwareToolsUpgradePolicy

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the upgrade policy for VMware tools on a virtual machine.

public enum VMwareToolsUpgradePolicy

Fields

Manual = 1

The upgrade policy is manual.

ManualObsolete = 3

The upgrade policy is manual. This value is obsolete and used for transitioning from previous versions only.

Unknown = 0

The upgrade policy is unknown.

UpgradeAtPowerCycle = 2

The system checks for, and automatically upgrades versions of the tools when the virtual machine is power-cycled.

UpgradeAtPowerCycleObsolete = 4

The system checks for, and automatically upgrades versions of the tools when the virtual machine is power-cycled. This value is obsolete and used for transitioning from previous versions only.