Table of Contents

Class MicrosoftFailoverClusterQuorumSettings

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

Represents the quorum settings of a Microsoft failover cluster.

public class MicrosoftFailoverClusterQuorumSettings : BypassSection
Inheritance
MicrosoftFailoverClusterQuorumSettings
Inherited Members

Constructors

MicrosoftFailoverClusterQuorumSettings()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterQuorumSettings class.

public MicrosoftFailoverClusterQuorumSettings()

Properties

IsDynamicQuorumEnabled

Gets or sets whether the cluster is allowed to dynamically manage the assignment of node votes.

public BooleanOption IsDynamicQuorumEnabled { get; set; }

Property Value

BooleanOption

QuorumType

Gets or sets the quorum type.

public MicrosoftFailoverClusterQuorumType QuorumType { get; set; }

Property Value

MicrosoftFailoverClusterQuorumType

QuorumTypeString

Gets the quorum type as a human readable string.

public string QuorumTypeString { get; set; }

Property Value

string

VotingNodeNames

Gets or sets the names of the nodes that can vote in the quorum.

public SerializableStringCollection VotingNodeNames { get; set; }

Property Value

SerializableStringCollection

Witness

Gets or sets the witness for the quorum.

public MicrosoftFailoverClusterWitnessSettings Witness { get; set; }

Property Value

MicrosoftFailoverClusterWitnessSettings

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterQuorumSettings class from the specified XML.

public static MicrosoftFailoverClusterQuorumSettings FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

MicrosoftFailoverClusterQuorumSettings

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterQuorumSettings class.

ToString()

Returns the failover quorum settings as a human readable string.

public override string ToString()

Returns

string

The failover quorum settings as a human readable string.