Table of Contents

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

Guid

DiskNumber

Gets or sets the disk number.

public uint DiskNumber { get; set; }

Property Value

uint

DiskSignature

Gets or sets the disk signature. This only applies to MBR disks.

public uint DiskSignature { get; set; }

Property Value

uint

Manufacturer

Gets or sets the disk manufacturer.

public string Manufacturer { get; set; }

Property Value

string

Model

Gets or sets the disk model.

public string Model { get; set; }

Property Value

string

PartitionStyle

Gets or sets the partition style.

public MicrosoftFailoverClusterDiskPartitionStyle PartitionStyle { get; set; }

Property Value

MicrosoftFailoverClusterDiskPartitionStyle

PartitionStyleString

Gets the partition style as a human readable string.

public string PartitionStyleString { get; set; }

Property Value

string

SerialNumber

Gets or sets the serial number.

public string SerialNumber { get; set; }

Property Value

string

Size

Gets or sets the size of the disk in bytes.

public ulong Size { get; set; }

Property Value

ulong

SizeString

Gets the size of the disk as a human readable string.

public string SizeString { get; set; }

Property Value

string

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.