Package com.ibm.cloud.is.vpc.v1.model
Interface LoadBalancerProfileFailsafePolicyActions.Values
-
- Enclosing class:
- LoadBalancerProfileFailsafePolicyActions
public static interface LoadBalancerProfileFailsafePolicyActions.Values
A load balancer failsafe policy action: - `bypass`: Bypasses the members and sends requests directly to their destination IPs. - `drop`: Drops requests. - `fail`: Fails requests with an HTTP `503` status code. - `forward`: Forwards requests to the `target` pool. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
-
Field Detail
-
BYPASS
static final String BYPASS
bypass.- See Also:
- Constant Field Values
-
DROP
static final String DROP
drop.- See Also:
- Constant Field Values
-
FAIL
static final String FAIL
fail.- See Also:
- Constant Field Values
-
FORWARD
static final String FORWARD
forward.- See Also:
- Constant Field Values
-
-