Table of Contents

Class MicrosoftFailoverClusterPhysicalDiskResourceProperties

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

Represents the properties of a physical disk resource in a Microsoft failover cluster.

public class MicrosoftFailoverClusterPhysicalDiskResourceProperties : GlobalSerializableBase
Inheritance
MicrosoftFailoverClusterPhysicalDiskResourceProperties

Constructors

MicrosoftFailoverClusterPhysicalDiskResourceProperties()

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

public MicrosoftFailoverClusterPhysicalDiskResourceProperties()

Properties

DiskIdentifier

Gets or sets the disk identifier for GPT disks.

public Guid DiskIdentifier { get; set; }

Property Value

Guid

DiskInformation

Gets or sets the disk information.

public MicrosoftFailoverClusterDiskInformation DiskInformation { get; set; }

Property Value

MicrosoftFailoverClusterDiskInformation

DiskSignature

Gets or sets the disk signature for MBR disks.

public uint DiskSignature { get; set; }

Property Value

uint

IdentifierType

Gets or sets the identifier type.

public MicrosoftFailoverClusterPhysicalDiskIdentifierType IdentifierType { get; set; }

Property Value

MicrosoftFailoverClusterPhysicalDiskIdentifierType

Volumes

Gets or sets the volumes on the disk.

public MicrosoftFailoverClusterPhysicalDiskResourceVolumes Volumes { get; set; }

Property Value

MicrosoftFailoverClusterPhysicalDiskResourceVolumes

Methods

Clone()

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

public MicrosoftFailoverClusterPhysicalDiskResourceProperties Clone()

Returns

MicrosoftFailoverClusterPhysicalDiskResourceProperties

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterPhysicalDiskResourceProperties.

ToString()

Returns the physical disk resource properties as a human readable string.

public override string ToString()

Returns

string

The physical disk resource properties as a human readable string.