Module Google::Cloud::Compute::V1::TargetHttpsProxy::QuicOverride (v1.0.0) Stay organized with collections Save and categorize content based on your preferences.
Specifies the QUIC override policy for this TargetHttpsProxy resource. This setting determines whether the load balancer attempts to negotiate QUIC with clients. You can specify NONE, ENABLE, or DISABLE. - When quic-override is set to NONE, Google manages whether QUIC is used. - When quic-override is set to ENABLE, the load balancer uses QUIC when possible. - When quic-override is set to DISABLE, the load balancer doesn't use QUIC. - If the quic-override flag is not specified, NONE is implied.
Constants
UNDEFINED_QUIC_OVERRIDE
value: 0 A value indicating that the enum field is not set.
DISABLE
value: 241807048 The load balancer will not attempt to negotiate QUIC with clients.
ENABLE
value: 438835587 The load balancer will attempt to negotiate QUIC with clients.
NONE
value: 2402104 No overrides to the default QUIC policy. This option is implicit if no QUIC override has been specified in the request.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-30 UTC."],[],[]]