Reference documentation and code samples for the Compute Engine v1 API enum TargetHttpsProxy.Types.QuicOverride.
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.
[[["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-03-21 UTC."],[[["This page provides versioned documentation for the `TargetHttpsProxy.Types.QuicOverride` enum within the Google Cloud Compute Engine v1 API, with versions ranging from 1.0.0 to the latest version 3.6.0."],["The `TargetHttpsProxy.Types.QuicOverride` enum is used to specify the QUIC override policy for a TargetHttpsProxy resource, allowing users to control whether the load balancer attempts to negotiate QUIC with clients."],["The enum offers four field options: `Disable` to prevent QUIC negotiation, `Enable` to encourage QUIC usage, `None` for default Google-managed QUIC behavior, and `UndefinedQuicOverride` which signifies the absence of a set enum field value."],["The default behavior when no QUIC override is specified is `None`, meaning Google will manage whether QUIC is utilized."]]],[]]