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 = 3The offline action is shut down (forced).
Save = 1The offline action is save.
ShutDown = 2The offline action is shut down.
TurnOff = 4The offline action is turn off.
Unknown = 0The offline action is unknown.