Class MicrosoftNlbClusterHost
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a host configured for a Microsoft network load balancing cluster.
public class MicrosoftNlbClusterHost : BaseTypeSection
- Inheritance
-
MicrosoftNlbClusterHost
Constructors
MicrosoftNlbClusterHost()
Intializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftNlbClusterHost class.
public MicrosoftNlbClusterHost()
Properties
DedicatedIPAddresses
Gets or sets the node's unique IP addresses that are used for network traffic not associated with the cluster.
public SerializableIPAddressCollection DedicatedIPAddresses { get; set; }
Property Value
- SerializableIPAddressCollection
HostPriority
Gets or sets the node's unique priority for handling default network traffic.
public int HostPriority { get; set; }
Property Value
InitialState
Gets or sets the state the host should assume on starting.
public MicrosoftNlbClusterHostInitialState InitialState { get; set; }
Property Value
InitialStateString
Gets the state the host should assume on starting as a human readable string.
public string InitialStateString { get; set; }
Property Value
Manufacturer
Gets or sets the manufacturer of the host.
public string Manufacturer { get; set; }
Property Value
Model
Gets or sets the model of the server.
public string Model { get; set; }
Property Value
Name
Gets or sets the name of the cluster node - for example "DEMO-WEB01".
public string Name { get; set; }
Property Value
NodeName
Gets or sets the unique name for this host - for example "192.168.1.1:2".
public string NodeName { get; set; }
Property Value
OperatingSystemName
Gets or sets the operating system name - for example "Microsoft Windows Server 2012 R2 Datacenter".
public string OperatingSystemName { get; set; }
Property Value
PersistSuspendOnReboot
Gets or sets whether a host that is in a suspended state when shut down should remain suspended when rebooted, regardless of the "InitialState" setting.
public BooleanOption PersistSuspendOnReboot { get; set; }
Property Value
PortRules
Gets or sets the port rules configured for the host.
public MicrosoftNlbClusterPortRules PortRules { get; set; }
Property Value
SerialNumber
Gets or sets the serial number of the host.
public string SerialNumber { get; set; }
Property Value
ServicePack
Gets or sets the service pack version of this host - for example "Service Pack 1".
public string ServicePack { get; set; }
Property Value
ServicePackString
Gets the service pack version of this host as a human readable string - for example "Service Pack 1" or "[None Installed]".
public string ServicePackString { get; }
Property Value
StatusCode
Gets or sets the status code of the node at the time of the scan.
public int StatusCode { get; set; }
Property Value
Methods
ToString()
Returns this cluster host as a human readable name.
public override string ToString()
Returns
- string
The cluster host as a human readable name.