Enum TargetHttpsProxiesSetQuicOverrideRequest.Types.QuicOverride (1.2.0)

public enum QuicOverride

QUIC policy for the TargetHttpsProxy resource.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
Disable

The load balancer will not attempt to negotiate QUIC with clients.

Enable

The load balancer will attempt to negotiate QUIC with clients.

None

No overrides to the default QUIC policy. This option is implicit if no QUIC override has been specified in the request.

UndefinedQuicOverride

A value indicating that the enum field is not set.