Enum google_api_proto::google::cloud::compute::v1small::address::NetworkTier
source · #[repr(i32)]pub enum NetworkTier {
UndefinedNetworkTier = 0,
Premium = 399_530_551,
Standard = 484_642_493,
}
Expand description
This signifies the networking tier used for configuring this address and can only take the following values: PREMIUM or STANDARD. Global forwarding rules can only be Premium Tier. Regional forwarding rules can be either Premium or Standard Tier. Standard Tier addresses applied to regional forwarding rules can be used with any external load balancer. Regional forwarding rules in Premium Tier can only be used with a network load balancer.
If this field is not specified, it is assumed to be PREMIUM.
Variants§
UndefinedNetworkTier = 0
A value indicating that the enum field is not set.
Premium = 399_530_551
Standard = 484_642_493
Implementations§
source§impl NetworkTier
impl NetworkTier
source§impl NetworkTier
impl NetworkTier
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 NetworkTier
impl Clone for NetworkTier
source§fn clone(&self) -> NetworkTier
fn clone(&self) -> NetworkTier
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for NetworkTier
impl Debug for NetworkTier
source§impl Default for NetworkTier
impl Default for NetworkTier
source§fn default() -> NetworkTier
fn default() -> NetworkTier
source§impl From<NetworkTier> for i32
impl From<NetworkTier> for i32
source§fn from(value: NetworkTier) -> i32
fn from(value: NetworkTier) -> i32
source§impl Hash for NetworkTier
impl Hash for NetworkTier
source§impl Ord for NetworkTier
impl Ord for NetworkTier
source§fn cmp(&self, other: &NetworkTier) -> Ordering
fn cmp(&self, other: &NetworkTier) -> 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 NetworkTier
impl PartialEq for NetworkTier
source§fn eq(&self, other: &NetworkTier) -> bool
fn eq(&self, other: &NetworkTier) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for NetworkTier
impl PartialOrd for NetworkTier
source§fn partial_cmp(&self, other: &NetworkTier) -> Option<Ordering>
fn partial_cmp(&self, other: &NetworkTier) -> 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 NetworkTier
impl TryFrom<i32> for NetworkTier
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
source§fn try_from(value: i32) -> Result<NetworkTier, UnknownEnumValue>
fn try_from(value: i32) -> Result<NetworkTier, UnknownEnumValue>
impl Copy for NetworkTier
impl Eq for NetworkTier
impl StructuralPartialEq for NetworkTier
Auto Trait Implementations§
impl Freeze for NetworkTier
impl RefUnwindSafe for NetworkTier
impl Send for NetworkTier
impl Sync for NetworkTier
impl Unpin for NetworkTier
impl UnwindSafe for NetworkTier
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