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