Table of Contents

Enum MicrosoftFailoverClusterWitnessType

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

Represents the witness type of a Microsoft failover cluster quorum.

[Flags]
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum MicrosoftFailoverClusterWitnessType

Fields

Cloud = 2

The quorum witness type is cloud witness.

Disk = None | Cloud

The quorum witness type is disk witness.

FileShare = 4

The quorum witness type is file share witness.

None = 1

The quorum witness type is none.

Unknown = 0

The quorum witness type is unknown.