class EvipTargetPool

ManagedElement
+-Transport
+-Evip
+-EvipAlbs
+-EvipAlb
+-EvipTargetPools
+-EvipTargetPool
+-EvipPayload [0..]

Defines a Target Pool.

Attributes
string[0..1]
allUndesignated = 0
True if any undesignated node will belong to this target pool. Used for cloud floating node configuration.
string
distributionMethod = round_robin
The distribution method. Supported values are;
"round_robin"
"weighted_round_robin"
"least_connection"
"weighted_least_connection"
"locality_based_least_connection"
"locality_based_least_connection_with_replication"
"destination_hash"
"source_hash"
"shortest_expected_delay"
"never_queue"

OBSOLETE values:
"strict_round_robin"
"strict_weighted_round_robin"
"strict_least_connection"
"strict_weighted_least_connection"
"strict_shortest_expected_delay"
"strict_never_queue"
string
key
mandatory
noNotification
restricted
evipTargetPoolId
The RDN attribute. This is a unique name within the ALB. This name is used in Flow Policies that selects traffic to this Target Pool.
string[0..1]
stickinessTimeout = 0
Decides the time in seconds a connection shall be persistent.
string[0..1]
stickyGroup = true
Stickiness means that all network traffic form one remote host is distributed to the same node. This may for instance be necessary to hold together a HTTP session consisting of multiple connections. Stickiness could however cause poor distribution if you have a dominant source and is to be avoided if possible.
string[0..1]
udpStateless = false
Decides if UDP traffic should be semi-persistant or totaly stateless. Should be used if "packet-sprayer" is needed for UDP.

  class EvipTargetPool