Interface LoadBalancerPoolFailsafePolicy.Action

  • Enclosing class:
    LoadBalancerPoolFailsafePolicy

    public static interface LoadBalancerPoolFailsafePolicy.Action
    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.