Enum google_api_proto::google::cloud::compute::v1::target_https_proxy::QuicOverride
source · #[repr(i32)]pub enum QuicOverride {
UndefinedQuicOverride = 0,
Disable = 241_807_048,
Enable = 438_835_587,
None = 2_402_104,
}
Expand description
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.
Variants§
UndefinedQuicOverride = 0
A value indicating that the enum field is not set.
Disable = 241_807_048
The load balancer will not attempt to negotiate QUIC with clients.
Enable = 438_835_587
The load balancer will attempt to negotiate QUIC with clients.
None = 2_402_104
No overrides to the default QUIC policy. This option is implicit if no QUIC override has been specified in the request.
Implementations§
source§impl QuicOverride
impl QuicOverride
source§impl QuicOverride
impl QuicOverride
sourcepub fn as_str_name(&self) -> &'static str
pub fn as_str_name(&self) -> &'static str
String value of the enum field names used in the ProtoBuf definition.
The values are not transformed in any way and thus are considered stable (if the ProtoBuf definition does not change) and safe for programmatic use.
sourcepub fn from_str_name(value: &str) -> Option<Self>
pub fn from_str_name(value: &str) -> Option<Self>
Creates an enum from field names used in the ProtoBuf definition.
Trait Implementations§
source§impl Clone for QuicOverride
impl Clone for QuicOverride
source§fn clone(&self) -> QuicOverride
fn clone(&self) -> QuicOverride
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for QuicOverride
impl Debug for QuicOverride
source§impl Default for QuicOverride
impl Default for QuicOverride
source§fn default() -> QuicOverride
fn default() -> QuicOverride
source§impl From<QuicOverride> for i32
impl From<QuicOverride> for i32
source§fn from(value: QuicOverride) -> i32
fn from(value: QuicOverride) -> i32
source§impl Hash for QuicOverride
impl Hash for QuicOverride
source§impl Ord for QuicOverride
impl Ord for QuicOverride
source§fn cmp(&self, other: &QuicOverride) -> Ordering
fn cmp(&self, other: &QuicOverride) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
source§impl PartialEq for QuicOverride
impl PartialEq for QuicOverride
source§fn eq(&self, other: &QuicOverride) -> bool
fn eq(&self, other: &QuicOverride) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for QuicOverride
impl PartialOrd for QuicOverride
source§fn partial_cmp(&self, other: &QuicOverride) -> Option<Ordering>
fn partial_cmp(&self, other: &QuicOverride) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
self
and other
) and is used by the <=
operator. Read moresource§impl TryFrom<i32> for QuicOverride
impl TryFrom<i32> for QuicOverride
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
source§fn try_from(value: i32) -> Result<QuicOverride, UnknownEnumValue>
fn try_from(value: i32) -> Result<QuicOverride, UnknownEnumValue>
impl Copy for QuicOverride
impl Eq for QuicOverride
impl StructuralPartialEq for QuicOverride
Auto Trait Implementations§
impl Freeze for QuicOverride
impl RefUnwindSafe for QuicOverride
impl Send for QuicOverride
impl Sync for QuicOverride
impl Unpin for QuicOverride
impl UnwindSafe for QuicOverride
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request