| Attributes |
string[0..1] |
-
addressFamily
-
Incoming traffic with this address family is selected by this Flow Policy.
Obsolete:
|
string mandatory |
-
dest
-
It specifies the destination VIP address identified either by its corresponding name (named reference to VIP address) or by explicit IP address value as configured in the EvipVIP managed object.
The incoming packet traffic with this destination (local) IP address 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.
|
UsageState[0..1] readOnly |
-
usageState
-
Specifies whether Flow policy is currently deployed or not.
This depends if vip address is provided in corresponding VIP object
|