Enum MicrosoftFailoverClusterVirtualMachineOfflineAction
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The offline action for a Microsoft failover cluster virtual machine resource.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum MicrosoftFailoverClusterVirtualMachineOfflineAction
Fields
ForceShutDown = 3
The offline action is shut down (forced).
Save = 1
The offline action is save.
ShutDown = 2
The offline action is shut down.
TurnOff = 4
The offline action is turn off.
Unknown = 0
The offline action is unknown.