Class MicrosoftFailoverClusterDiskWitnessSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the disk witness settings for a quorum of a Microsoft failover cluster.
public class MicrosoftFailoverClusterDiskWitnessSettings : GlobalSerializableBase
- Inheritance
-
MicrosoftFailoverClusterDiskWitnessSettings
Constructors
MicrosoftFailoverClusterDiskWitnessSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterDiskWitnessSettings class.
public MicrosoftFailoverClusterDiskWitnessSettings()
Properties
DiskIdentifier
Gets or sets the unique identifier of the disk.
public Guid DiskIdentifier { get; set; }
Property Value
Path
Gets or sets the quorum path.
public string Path { get; set; }
Property Value
Methods
ToString()
Returns the disk witness settings as a human readable string.
public override string ToString()
Returns
- string
The disk witness settings as a human readable string.