Class ClusterNode
- Namespace
- Dynamicweb.LoadBalancing.Data
- Assembly
- Dynamicweb.LoadBalancing.dll
Contains information about a node that is part of a Dynamicweb Cluster / Network Load Balancing setup.
public class ClusterNode
- Inheritance
-
ClusterNode
- Inherited Members
Properties
CreationDate
Timestamp indicating when this node was added to the database.
public DateTime CreationDate { get; }
Property Value
HostName
HostName of this node
public string HostName { get; set; }
Property Value
Id
Id used in the database.
public int Id { get; }
Property Value
IP
IP address of this node.
public string IP { get; set; }
Property Value
IsEnabled
Describes if this node is enabled or disabled.
public bool IsEnabled { get; set; }
Property Value
MachineName
Name of the machine this node resides on.
public string MachineName { get; set; }
Property Value
Name
Name of node.
public string Name { get; set; }
Property Value
UpdateDate
Last update date for data of this node.
public DateTime UpdateDate { get; }