TargetHttpsProxyQuicOverride

enum TargetHttpsProxyQuicOverride : Enum<TargetHttpsProxyQuicOverride> , ConvertibleToJava<TargetHttpsProxyQuicOverride>

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.

Entries

Link copied to clipboard

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

Link copied to clipboard

The load balancer will attempt to negotiate QUIC with clients.

Link copied to clipboard

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

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): TargetHttpsProxyQuicOverride
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: TargetHttpsProxyQuicOverride
Link copied to clipboard
Link copied to clipboard