Class MicrosoftFailoverClusterSharedVolumes
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the cluster shared volumes in a Microsoft failover cluster.
public class MicrosoftFailoverClusterSharedVolumes : BypassSection
- Inheritance
-
MicrosoftFailoverClusterSharedVolumes
- Inherited Members
Constructors
MicrosoftFailoverClusterSharedVolumes()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterSharedVolumes class.
public MicrosoftFailoverClusterSharedVolumes()
Properties
Items
Gets or sets the items in the collection.
public MicrosoftFailoverClusterSharedVolumeCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterSharedVolumes class from the specified XML.
public static MicrosoftFailoverClusterSharedVolumes FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- MicrosoftFailoverClusterSharedVolumes
A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterSharedVolumes class.
ToString()
Returns the failover cluster shared volumes as a human readable string.
public override string ToString()
Returns
- string
The failover cluster shared volumes as a human readable string.