Class MicrosoftNlbClusterConfiguration
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the core configuration settings for a Microsoft network load balancing cluster.
public class MicrosoftNlbClusterConfiguration : BaseTypeSection
- Inheritance
-
MicrosoftNlbClusterConfiguration
Constructors
MicrosoftNlbClusterConfiguration()
Intializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftNlbClusterConfiguration class.
public MicrosoftNlbClusterConfiguration()
Properties
ClusterIPAddress
Gets or sets the cluster's primary IP address.
public SerializableIPAddress ClusterIPAddress { get; set; }
Property Value
- SerializableIPAddress
ClusterIPAddresses
Gets or sets the IP addresses assigned to the cluster.
public SerializableIPAddressCollection ClusterIPAddresses { get; set; }
Property Value
- SerializableIPAddressCollection
ClusterMacAddress
Gets or sets the media access control (MAC) address of the cluster.
public string ClusterMacAddress { get; set; }
Property Value
ClusterName
Gets or sets the fully qualified name for the NLB cluster (for example, cluster.domain.com).
public string ClusterName { get; set; }
Property Value
ClusterOperationMode
Gets or sets the operational mode of the cluster.
public MicrosoftNlbClusterOperationMode ClusterOperationMode { get; set; }
Property Value
ClusterOperationModeString
Gets the operational mode of the cluster as a human readable string.
public string ClusterOperationModeString { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.MicrosoftNlbClusterConfiguration class from the specified Xml.
public static MicrosoftNlbClusterConfiguration FromXml(string Xml)
Parameters
Xml
stringThe XML representation of the CENTREL.XIA.Configuration.Types.MicrosoftNlbClusterConfiguration object
Returns
- MicrosoftNlbClusterConfiguration
A CENTREL.XIA.Configuration.Types.MicrosoftNlbClusterConfiguration class from the specified Xml.