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 = 2
The node state is down.
Joining = 4
The node state is joining.
Paused = 3
The node state is paused.
Unknown = 0
The node state is unknown.
Up = 1
The node state is up.