Class MicrosoftFailoverClusterAvailableDisk
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an available disk in a Microsoft failover cluster.
public class MicrosoftFailoverClusterAvailableDisk : GlobalSerializableBase, IComparable<MicrosoftFailoverClusterAvailableDisk>
- Inheritance
-
MicrosoftFailoverClusterAvailableDisk
- Implements
Constructors
MicrosoftFailoverClusterAvailableDisk()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterAvailableDisk class.
public MicrosoftFailoverClusterAvailableDisk()
Properties
Identifier
Gets or sets the identifier of the disk.
public Guid Identifier { get; set; }
Property Value
Name
Gets or sets the name of the available disk.
public string Name { get; set; }
Property Value
Number
Gets or sets the disk number.
public uint Number { get; set; }
Property Value
Size
Gets or sets the disk size in kilobytes.
public ulong Size { get; set; }
Property Value
SizeString
Gets or sets the disk size as a human readable string.
public string SizeString { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterAvailableDisk cloned from this object.
public MicrosoftFailoverClusterAvailableDisk Clone()
Returns
- MicrosoftFailoverClusterAvailableDisk
A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterAvailableDisk.
CompareTo(MicrosoftFailoverClusterAvailableDisk)
Compares two CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterAvailableDisk objects to allow sorting alphabetically by name.
public int CompareTo(MicrosoftFailoverClusterAvailableDisk other)
Parameters
other
MicrosoftFailoverClusterAvailableDiskThe CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterAvailableDisk to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterAvailableDisk objects.
ToString()
Returns the available disk as a human readable string.
public override string ToString()
Returns
- string
The available disk as a human readable string.