SSRFlowPolicyAction
When deciding when to apply policy there are three potential methods. policyBeforeRouteLookup provides a way to special case normal traffic patterns so that certain traffic can be routed according to policy. policyAfterRouteLookup is useful when a default route does not exist and the traffic to route does not match existing route tables. useOnlyPolicyLookup bypasses normal route lookup altogether.
Possible values
3 objects| Number | Name |
|---|---|
| 1 | policyBeforeRouteLookup |
| 2 | policyAfterRouteLookup |
| 3 | useOnlyPolicyLookup |