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-24 UTC."],[[["The latest version of the `TargetHttpsProxy.Types.QuicOverride` documentation is 3.6.0, with a comprehensive list of previous versions available, starting from version 1.0.0 up to version 3.6.0."],["`TargetHttpsProxy.Types.QuicOverride` is an enum within the Google Cloud Compute Engine v1 API that manages the QUIC override policy for `TargetHttpsProxy` resources, to control if the load balancer uses QUIC with clients."],["There are four fields to choose from within the enum `TargetHttpsProxy.Types.QuicOverride`: `Disable`, `Enable`, `None`, and `UndefinedQuicOverride`, that determine if the load balancer should attempt to use QUIC with clients or to not attempt to use QUIC with clients."],["The `None` field indicates that no override to the default QUIC policy is in effect, and this is the implied setting if no specific QUIC override is selected, while `UndefinedQuicOverride` represents the enum field not being set."]]],[]]