Table of Contents

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 = 3

The group state is failed.

Offline = 2

The group state is offline.

Online = 1

The group state is online.

PartialOnline = 4

The group state is partial online.

Pending = 5

The group state is pending.

Unknown = 0

The group state is unknown.