Class MicrosoftFailoverClusterDiskInformation
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents information about a cluster physical disk or cluster shared volume.
public class MicrosoftFailoverClusterDiskInformation : BypassSection
- Inheritance
-
MicrosoftFailoverClusterDiskInformation
- Inherited Members
Constructors
MicrosoftFailoverClusterDiskInformation()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterDiskInformation class.
public MicrosoftFailoverClusterDiskInformation()
Properties
DiskIdentifier
Gets or sets the disk identifier. This only applies to GPT disks.
public Guid DiskIdentifier { get; set; }
Property Value
DiskNumber
Gets or sets the disk number.
public uint DiskNumber { get; set; }
Property Value
DiskSignature
Gets or sets the disk signature. This only applies to MBR disks.
public uint DiskSignature { get; set; }
Property Value
Manufacturer
Gets or sets the disk manufacturer.
public string Manufacturer { get; set; }
Property Value
Model
Gets or sets the disk model.
public string Model { get; set; }
Property Value
PartitionStyle
Gets or sets the partition style.
public MicrosoftFailoverClusterDiskPartitionStyle PartitionStyle { get; set; }
Property Value
PartitionStyleString
Gets the partition style as a human readable string.
public string PartitionStyleString { get; set; }
Property Value
SerialNumber
Gets or sets the serial number.
public string SerialNumber { get; set; }
Property Value
Size
Gets or sets the size of the disk in bytes.
public ulong Size { get; set; }
Property Value
SizeString
Gets the size of the disk as a human readable string.
public string SizeString { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterDiskInformation cloned from this object.
public MicrosoftFailoverClusterDiskInformation Clone()
Returns
- MicrosoftFailoverClusterDiskInformation
A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterDiskInformation.
ToString()
Returns the disk information as a human readable string.
public override string ToString()
Returns
- string
The disk information as a human readable string.