Enum VMwareDpmBehavior
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the Distributed Power Management (DPM) behavior.
public enum VMwareDpmBehavior
Fields
Automated = 2
Specifies that VirtualCenter should generate recommendations for host power operations, and should execute the recommendations automatically.
Manual = 3
Specifies that VirtualCenter should generate recommendations for host power operations, but should not execute the recommendations automatically.
Off = 1
Specifies that DPM is off.
Unknown = 0
The DPM behavior is unknown.