Reference documentation and code samples for the Compute V1 Client class QuicOverride.
QUIC policy for the TargetHttpsProxy resource.
Protobuf type google.cloud.compute.v1.TargetHttpsProxiesSetQuicOverrideRequest.QuicOverride
Namespace
Google \ Cloud \ Compute \ V1 \ TargetHttpsProxiesSetQuicOverrideRequestMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_QUIC_OVERRIDE
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_QUIC_OVERRIDE = 0;
DISABLE
Value: 241807048
The load balancer will not attempt to negotiate QUIC with clients.
Generated from protobuf enum DISABLE = 241807048;
ENABLE
Value: 438835587
The load balancer will attempt to negotiate QUIC with clients.
Generated from protobuf enum ENABLE = 438835587;
NONE
Value: 2402104
No overrides to the default QUIC policy. This option is implicit if no QUIC override has been specified in the request.
Generated from protobuf enum NONE = 2402104;