Interface LoadBalancerPoolPatch.ProxyProtocol

Enclosing class:
LoadBalancerPoolPatch

public static interface LoadBalancerPoolPatch.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 For load balancers in the `network` family, this property must be `disabled`.
  • Field Summary

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