Enum MicrosoftFailoverClusterGroupState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the state of a Microsoft failover cluster group at the time of the scan.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum MicrosoftFailoverClusterGroupState
Fields
Failed = 3The group state is failed.
Offline = 2The group state is offline.
Online = 1The group state is online.
PartialOnline = 4The group state is partial online.
Pending = 5The group state is pending.
Unknown = 0The group state is unknown.