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
DriveLetter
Gets or sets the drive letter of the volume.
public string DriveLetter { get; set; }
Property Value
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
Path
Gets or sets the path of the volume.
public string Path { 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
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
MicrosoftFailoverClusterPhysicalDiskResourceVolumeThe 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.