Table of Contents

Class MicrosoftFailoverClusterFileShareWitnessSettings

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

Represents the file share witness settings for a quorum of a Microsoft failover cluster.

public class MicrosoftFailoverClusterFileShareWitnessSettings : GlobalSerializableBase
Inheritance
MicrosoftFailoverClusterFileShareWitnessSettings

Constructors

MicrosoftFailoverClusterFileShareWitnessSettings()

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

public MicrosoftFailoverClusterFileShareWitnessSettings()

Properties

ArbitrationDelay

Gets or sets the arbitration delay in seconds when using a file share witness.

public uint ArbitrationDelay { get; set; }

Property Value

uint

ImpersonateCno

Gets or sets whether to impersonate the cluster name object (CNO). This only applies to Windows Server 2012 R2 and above.

public BooleanOption ImpersonateCno { get; set; }

Property Value

BooleanOption

RestartInterval

Gets or sets the interval in minutes the system will wait before attempting to restart a failed file share witness resource.

public uint RestartInterval { get; set; }

Property Value

uint

SharePath

Gets or sets the path to use when using a file share witness.

public string SharePath { get; set; }

Property Value

string

Username

Gets or sets the username to use for the connection. This only applies to Windows Server 2012 R2 and above.

public string Username { get; set; }

Property Value

string

Methods

ToString()

Returns the file share witness settings as a human readable string.

public override string ToString()

Returns

string

The file share witness settings as a human readable string.