This type is a class for model objects.
The cluster member holds data about a server in the cluster set. There is one ClusterMember defined for each server that is collaborating in workload balancing for this cluster.
Package: clusterAttributes Summary | |
memberName : EString | The name of the Server that is this cluster member. This attribute matches the name attribute for the Server. |
weight : EInt | The relative amount of work to be routed to this cluster member. |
uniqueId : EString | An identifier for this server within the cluster. Used for affinity. |
nodeName : EString | The name of the node on which this cluster member is configured to execute. |
cluster : ServerCluster @ | The name of the cluster with which this ClusterMember is associated. (data type is String, default value is unspecified) |
Attribute Details |