Class MicrosoftFailoverClusterSharedVolume
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a cluster shared volume in a Microsoft failover cluster.
public class MicrosoftFailoverClusterSharedVolume : GlobalSerializableBase, IComparable<MicrosoftFailoverClusterSharedVolume>
- Inheritance
-
MicrosoftFailoverClusterSharedVolume
- Implements
Constructors
MicrosoftFailoverClusterSharedVolume()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterSharedVolume class.
public MicrosoftFailoverClusterSharedVolume()
Properties
DiskInformation
Gets or sets the information about the disk.
public MicrosoftFailoverClusterDiskInformation DiskInformation { get; set; }
Property Value
Identifier
Gets or sets the unique identifier of the cluster shared volume.
public Guid Identifier { get; set; }
Property Value
Name
Gets or sets the name of the cluster shared volume.
public string Name { get; set; }
Property Value
OwnerNodeName
Gets or sets the name of the owner node.
public string OwnerNodeName { get; set; }
Property Value
Parameters
Gets or sets the parameters of the cluster shared volume.
public MicrosoftFailoverClusterParameters Parameters { get; set; }
Property Value
State
Gets or sets the state of the cluster shared volume at the time of the scan.
public MicrosoftFailoverClusterResourceState State { get; set; }
Property Value
StateString
Gets the state of a Microsoft failover cluster resource at the time of the scan as a human readable string.
public string StateString { get; set; }
Property Value
Volumes
Gets or sets the volumes in the cluster shared volume.
public MicrosoftFailoverClusterSharedVolumeVolumes Volumes { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterSharedVolume cloned from this object.
public MicrosoftFailoverClusterSharedVolume Clone()
Returns
- MicrosoftFailoverClusterSharedVolume
A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterSharedVolume.
CompareTo(MicrosoftFailoverClusterSharedVolume)
Compares two CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterSharedVolume objects to allow sorting alphabetically by name.
public int CompareTo(MicrosoftFailoverClusterSharedVolume other)
Parameters
other
MicrosoftFailoverClusterSharedVolumeThe CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterSharedVolume to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterSharedVolume objects.
ToString()
Returns the cluster shared volume as a human readable string.
public override string ToString()
Returns
- string
The cluster shared volume as a human readable string.