Enum MicrosoftFailoverClusterNodeState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the state of a Microsoft failover cluster node at the time of the scan.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum MicrosoftFailoverClusterNodeState
Fields
Down = 2The node state is down.
Joining = 4The node state is joining.
Paused = 3The node state is paused.
Unknown = 0The node state is unknown.
Up = 1The node state is up.