Table of Contents

Class MicrosoftFailoverClusterSharedVolumeVolume

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

Represents a volume in a cluster shared volume.

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

Constructors

MicrosoftFailoverClusterSharedVolumeVolume()

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

public MicrosoftFailoverClusterSharedVolumeVolume()

Properties

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

MaintenanceMode

Gets or sets whether the volume is in maintenance mode.

public BooleanOption MaintenanceMode { get; set; }

Property Value

BooleanOption

Name

Gets or sets the name of the volume.

public string Name { get; set; }

Property Value

string

RedirectedAccess

Gets or sets whether the volume is configure for redirected access.

public BooleanOption RedirectedAccess { get; set; }

Property Value

BooleanOption

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

StateString

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

public string StateString { get; set; }

Property Value

string

Methods

Clone()

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

public MicrosoftFailoverClusterSharedVolumeVolume Clone()

Returns

MicrosoftFailoverClusterSharedVolumeVolume

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterSharedVolumeVolume.

CompareTo(MicrosoftFailoverClusterSharedVolumeVolume)

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

public int CompareTo(MicrosoftFailoverClusterSharedVolumeVolume other)

Parameters

other MicrosoftFailoverClusterSharedVolumeVolume

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

Returns

int

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

ToString()

Returns the volume as a human readable string.

public override string ToString()

Returns

string

The volume as a human readable string.