Enum VMwareDrsBehavior
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the DRS behavior.
public enum VMwareDrsBehavior
Fields
FullyAutomated = 3
DRS is fully automated.
Manual = 1
DRS is performed manually.
PartiallyAutomated = 2
DRS is partially automated.
Unknown = 0
The behavior is unknown.