public enum TargetHttpsProxy.QuicOverride extends Enum<TargetHttpsProxy.QuicOverride> implements ProtocolMessageEnumSpecifies 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.
Protobuf enum google.cloud.compute.v1.TargetHttpsProxy.QuicOverride
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| DISABLE | The load balancer will not attempt to negotiate QUIC with clients. |
| DISABLE_VALUE | The load balancer will not attempt to negotiate QUIC with clients. |
| ENABLE | The load balancer will attempt to negotiate QUIC with clients. |
| ENABLE_VALUE | 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. |
| NONE_VALUE | No overrides to the default QUIC policy. This option is implicit if no QUIC override has been specified in the request. |
| UNDEFINED_QUIC_OVERRIDE | A value indicating that the enum field is not set. |
| UNDEFINED_QUIC_OVERRIDE_VALUE | A value indicating that the enum field is not set. |
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |