Table of Contents

Enum MicrosoftFailoverClusterResourceState

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the state of a Microsoft failover cluster resource at the time of the scan.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum MicrosoftFailoverClusterResourceState

Fields

Failed = 5

The resource state is failed.

Inherited = 1

The resource state is inherited.

Initializing = 2

The resource state is initializing.

Offline = 4

The resource state is offline.

OfflinePending = 8

The resource state is offline pending.

Online = 3

The resource state is online.

OnlinePending = 7

The resource state is online pending.

Pending = 6

The resource state is pending.

Unknown = 0

The resource state is unknown.