Table of Contents

Class MicrosoftFailoverClusterFileShareWitnessResourceProperties

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

Represents the properties of a file share witness resource in a Microsoft failover cluster.

public class MicrosoftFailoverClusterFileShareWitnessResourceProperties : GlobalSerializableBase
Inheritance
MicrosoftFailoverClusterFileShareWitnessResourceProperties

Constructors

MicrosoftFailoverClusterFileShareWitnessResourceProperties()

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

public MicrosoftFailoverClusterFileShareWitnessResourceProperties()

Properties

ArbitrationDelay

Gets or sets the arbitration delay in seconds.

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

SharePath

Gets or sets the share path.

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

Clone()

Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterFileShareWitnessResourceProperties cloned from this object.

public MicrosoftFailoverClusterFileShareWitnessResourceProperties Clone()

Returns

MicrosoftFailoverClusterFileShareWitnessResourceProperties

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterFileShareWitnessResourceProperties.

ToString()

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

public override string ToString()

Returns

string

The file share witness resource properties as a human readable string.