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 = 5The resource state is failed.
Inherited = 1The resource state is inherited.
Initializing = 2The resource state is initializing.
Offline = 4The resource state is offline.
OfflinePending = 8The resource state is offline pending.
Online = 3The resource state is online.
OnlinePending = 7The resource state is online pending.
Pending = 6The resource state is pending.
Unknown = 0The resource state is unknown.