Package com.ibm.cloud.is.vpc.v1.model
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 Detail
-
DISABLED
static final String DISABLED
disabled.- See Also:
- Constant Field Values
-
V1
static final String V1
v1.- See Also:
- Constant Field Values
-
V2
static final String V2
v2.- See Also:
- Constant Field Values
-
-