Table of Contents

Class MicrosoftFailoverClusterPhysicalDiskResourceVolume

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

Represents a volume in a cluster physical disk resource.

public class MicrosoftFailoverClusterPhysicalDiskResourceVolume : GlobalSerializableBase, IComparable<MicrosoftFailoverClusterPhysicalDiskResourceVolume>
Inheritance
MicrosoftFailoverClusterPhysicalDiskResourceVolume
Implements

Constructors

MicrosoftFailoverClusterPhysicalDiskResourceVolume()

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

public MicrosoftFailoverClusterPhysicalDiskResourceVolume()

Properties

DisplayName

Gets the display name of the volume.

public string DisplayName { get; set; }

Property Value

string

DriveLetter

Gets or sets the drive letter of the volume.

public string DriveLetter { get; set; }

Property Value

string

FileSystem

Gets or sets the filesystem.

public string FileSystem { get; set; }

Property Value

string

FileSystemLabel

Gets or sets the file system label.

public string FileSystemLabel { get; set; }

Property Value

string

FreeSpace

Gets or sets the free space in the volume in bytes.

public ulong FreeSpace { get; set; }

Property Value

ulong

FreeSpaceString

Gets the free space in the volume as a human readable string.

public string FreeSpaceString { get; set; }

Property Value

string

Path

Gets or sets the path of the volume.

public string Path { get; set; }

Property Value

string

Size

Gets or sets the size of the volume in bytes.

public ulong Size { get; set; }

Property Value

ulong

SizeString

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

public string SizeString { get; set; }

Property Value

string

Methods

Clone()

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

public MicrosoftFailoverClusterPhysicalDiskResourceVolume Clone()

Returns

MicrosoftFailoverClusterPhysicalDiskResourceVolume

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterPhysicalDiskResourceVolume.

CompareTo(MicrosoftFailoverClusterPhysicalDiskResourceVolume)

Compares two CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterPhysicalDiskResourceVolume objects to allow sorting alphabetically by display name.

public int CompareTo(MicrosoftFailoverClusterPhysicalDiskResourceVolume other)

Parameters

other MicrosoftFailoverClusterPhysicalDiskResourceVolume

The CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterPhysicalDiskResourceVolume to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterPhysicalDiskResourceVolume objects.

ToString()

Returns the volume as a human readable string.

public override string ToString()

Returns

string

The volume as a human readable string.