Interface LoadBalancerPool.ProxyProtocol

Enclosing class:
LoadBalancerPool

public static interface LoadBalancerPool.ProxyProtocol
The PROXY protocol setting for this pool: - `v1`: Enabled with version 1 (human-readable header format) - `v2`: Enabled with version 2 (binary header format) - `disabled`: Disabled The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    disabled.
    static final String
    v1.
    static final String
    v2.