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
FileSystemLabel
Gets or sets the file system label.
public string FileSystemLabel { get; set; }
Property Value
FreeSpace
Gets or sets the free space in the volume in bytes.
public ulong FreeSpace { get; set; }
Property Value
FreeSpaceString
Gets the free space in the volume as a human readable string.
public string FreeSpaceString { get; set; }
Property Value
MaintenanceMode
Gets or sets whether the volume is in maintenance mode.
public BooleanOption MaintenanceMode { get; set; }
Property Value
Name
Gets or sets the name of the volume.
public string Name { get; set; }
Property Value
RedirectedAccess
Gets or sets whether the volume is configure for redirected access.
public BooleanOption RedirectedAccess { get; set; }
Property Value
Size
Gets or sets the size of the volume in bytes.
public ulong Size { get; set; }
Property Value
SizeString
Gets the size of the volume as a human readable string.
public string SizeString { get; set; }
Property Value
StateString
Gets the state of the volume as a human readable string.
public string StateString { get; set; }
Property Value
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
MicrosoftFailoverClusterSharedVolumeVolumeThe 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.