Class MicrosoftNlbCluster
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Microsoft network load balancing (NLB) cluster.
[SupportsClientScan]
[SupportsSupportProvisions]
public class MicrosoftNlbCluster : BaseConfigurationType
- Inheritance
-
MicrosoftNlbCluster
- Inherited Members
Constructors
MicrosoftNlbCluster()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftNlbCluster class.
public MicrosoftNlbCluster()
Properties
ClusterConfiguration
Gets or sets the core Microsoft network load balancing cluster configuration.
public MicrosoftNlbClusterConfiguration ClusterConfiguration { get; set; }
Property Value
Hosts
Gets or sets the configuration of the hosts (or nodes) in a Microsoft network load balancing cluster configuration.
public MicrosoftNlbClusterHosts Hosts { get; set; }
Property Value
Methods
Clone()
Creates a clone of this CENTREL.XIA.Configuration.Types.MicrosoftNlbCluster object.
public MicrosoftNlbCluster Clone()
Returns
- MicrosoftNlbCluster
A clone of this CENTREL.XIA.Configuration.Types.MicrosoftNlbCluster object.
FromXml(string)
Returns the Microsoft NLB cluster from the specified XML data.
public static MicrosoftNlbCluster FromXml(string Xml)
Parameters
Xml
stringThe XML representation of the Microsoft NLB cluster.
Returns
- MicrosoftNlbCluster
A CENTREL.XIA.Configuration.Types.MicrosoftNlbCluster from the specified XML.