Enum google_api_proto::google::cloud::compute::v1::router_nat::AutoNetworkTier
source · #[repr(i32)]pub enum AutoNetworkTier {
UndefinedAutoNetworkTier = 0,
FixedStandard = 310_464_328,
Premium = 399_530_551,
Standard = 484_642_493,
StandardOverridesFixedStandard = 465_847_234,
}
Expand description
The network tier to use when automatically reserving NAT IP addresses. Must be one of: PREMIUM, STANDARD. If not specified, then the current project-level default tier is used.
Variants§
UndefinedAutoNetworkTier = 0
A value indicating that the enum field is not set.
FixedStandard = 310_464_328
Public internet quality with fixed bandwidth.
Premium = 399_530_551
High quality, Google-grade network tier, support for all networking products.
Standard = 484_642_493
Public internet quality, only limited support for other networking products.
StandardOverridesFixedStandard = 465_847_234
(Output only) Temporary tier for FIXED_STANDARD when fixed standard tier is expired or not configured.
Implementations§
source§impl AutoNetworkTier
impl AutoNetworkTier
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 AutoNetworkTier
impl Clone for AutoNetworkTier
source§fn clone(&self) -> AutoNetworkTier
fn clone(&self) -> AutoNetworkTier
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for AutoNetworkTier
impl Debug for AutoNetworkTier
source§impl Default for AutoNetworkTier
impl Default for AutoNetworkTier
source§fn default() -> AutoNetworkTier
fn default() -> AutoNetworkTier
source§impl From<AutoNetworkTier> for i32
impl From<AutoNetworkTier> for i32
source§fn from(value: AutoNetworkTier) -> i32
fn from(value: AutoNetworkTier) -> i32
source§impl Hash for AutoNetworkTier
impl Hash for AutoNetworkTier
source§impl Ord for AutoNetworkTier
impl Ord for AutoNetworkTier
source§fn cmp(&self, other: &AutoNetworkTier) -> Ordering
fn cmp(&self, other: &AutoNetworkTier) -> 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 AutoNetworkTier
impl PartialEq for AutoNetworkTier
source§fn eq(&self, other: &AutoNetworkTier) -> bool
fn eq(&self, other: &AutoNetworkTier) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for AutoNetworkTier
impl PartialOrd for AutoNetworkTier
source§fn partial_cmp(&self, other: &AutoNetworkTier) -> Option<Ordering>
fn partial_cmp(&self, other: &AutoNetworkTier) -> 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 AutoNetworkTier
impl TryFrom<i32> for AutoNetworkTier
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
source§fn try_from(value: i32) -> Result<AutoNetworkTier, UnknownEnumValue>
fn try_from(value: i32) -> Result<AutoNetworkTier, UnknownEnumValue>
impl Copy for AutoNetworkTier
impl Eq for AutoNetworkTier
impl StructuralPartialEq for AutoNetworkTier
Auto Trait Implementations§
impl Freeze for AutoNetworkTier
impl RefUnwindSafe for AutoNetworkTier
impl Send for AutoNetworkTier
impl Sync for AutoNetworkTier
impl Unpin for AutoNetworkTier
impl UnwindSafe for AutoNetworkTier
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