Enum VMwareVirtualMachinePowerOperationType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the power operation configured by VMware tools for a virtual machine.
public enum VMwareVirtualMachinePowerOperationType
Fields
Hard = 1
A hard power off or reset operation is performed.
Preset = 3
The preset (default) value is used.
Soft = 2
A soft guest shutdown or restart is performed.
Unknown = 0
The power operation type is unknown.