Enum MicrosoftFailoverClusterQuorumType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of a Microsoft failover cluster quorum.
[Flags]
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum MicrosoftFailoverClusterQuorumType
Fields
DiskOnly = 2
The quorum type is disk only.
Majority = None | DiskOnly
The quorum type is majority.
None = 1
The quorum type is none.
Unknown = 0
The quorum type is unknown.