class EvipFlowPolicy

ManagedElement
+-Transport
+-Evip
+-EvipAlbs
+-EvipAlb
+-EvipFlowPolicies
+-EvipFlowPolicy

Defines a Flow Policy. Incoming traffic selected by this Flow Policy must match all defined attributes (logical AND).

Attributes
string[0..1]
addressFamily
Incoming traffic with this address family is selected by this Flow Policy.
string
mandatory
dest
Incoming traffic with this destination (local) IP is selected by this Flow Policy.
string[0..1]
destPort
Incoming traffic with this (local) destination port is selected by this Flow Policy.
Only 15 distinct ports or port ranges can map to one sticky target pool. This is due to a hard limit in iptables. Flow policies that specify ports that are in a range are converted to a range. For example if there are three flow policies for destPort 80, 81 and 82 (otherwise identical and mapped to the same sticky target pool) these policies will be converted to one range 80-82. 15 such ranges (or individual ports) on one sticky target pool is the maximum.
string
key
mandatory
noNotification
restricted
evipFlowPolicyId
The RDN attribute. A unique name within the ALB.
string
mandatory
protocol
Defines the protocol for the Flow Policy: Supported values are;
"tcp"
"udp"
"sctp"
"other"
"all"
string[0..1]
soGrp
The socket group for this flow policy. The soGrp is used instead of a targetPool for certain protocols, for now only SCTP. soGrp and targetPool are mutually exclusive.
string[0..1]
src
Incoming traffic with this source (remote) network address is selected by this Flow Policy.
string[0..1]
srcPort
Incoming traffic with this source (remote) port is selected by this Flow Policy.
string[0..1]
targetPool
The name of the Target Pool within the containing ALB that receives traffic selected by this Flow Policy. soGrp and targetPool are mutually exclusive.

  class EvipFlowPolicy