Class TargetHttpsProxiesSetQuicOverrideRequest (1.18.0)

TargetHttpsProxiesSetQuicOverrideRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Attribute

NameDescription
quic_override str
QUIC policy for the TargetHttpsProxy resource. Check the QuicOverride enum for the list of possible values. This field is a member of oneof_ _quic_override.

Classes

QuicOverride

QuicOverride(value)

QUIC policy for the TargetHttpsProxy resource.

Values: UNDEFINED_QUIC_OVERRIDE (0): A value indicating that the enum field is not set. DISABLE (241807048): The load balancer will not attempt to negotiate QUIC with clients. ENABLE (438835587): The load balancer will attempt to negotiate QUIC with clients. NONE (2402104): No overrides to the default QUIC policy. This option is implicit if no QUIC override has been specified in the request.