quicOverride property
QUIC policy for the TargetHttpsProxy resource. Possible string values are:
- "DISABLE" : The load balancer will not attempt to negotiate QUIC with clients.
- "ENABLE" : The load balancer will attempt to negotiate QUIC with clients.
- "NONE" : No overrides to the default QUIC policy. This option is implicit if no QUIC override has been specified in the request.
Implementation
core.String? quicOverride;