Enum google_api_proto::google::cloud::compute::v1::project::DefaultNetworkTier
source · #[repr(i32)]pub enum DefaultNetworkTier {
UndefinedDefaultNetworkTier = 0,
FixedStandard = 310_464_328,
Premium = 399_530_551,
Standard = 484_642_493,
StandardOverridesFixedStandard = 465_847_234,
}
Expand description
This signifies the default network tier used for configuring resources of the project and can only take the following values: PREMIUM, STANDARD. Initially the default network tier is PREMIUM.
Variants§
UndefinedDefaultNetworkTier = 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 DefaultNetworkTier
impl DefaultNetworkTier
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 DefaultNetworkTier
impl Clone for DefaultNetworkTier
source§fn clone(&self) -> DefaultNetworkTier
fn clone(&self) -> DefaultNetworkTier
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DefaultNetworkTier
impl Debug for DefaultNetworkTier
source§impl Default for DefaultNetworkTier
impl Default for DefaultNetworkTier
source§fn default() -> DefaultNetworkTier
fn default() -> DefaultNetworkTier
source§impl From<DefaultNetworkTier> for i32
impl From<DefaultNetworkTier> for i32
source§fn from(value: DefaultNetworkTier) -> i32
fn from(value: DefaultNetworkTier) -> i32
source§impl Hash for DefaultNetworkTier
impl Hash for DefaultNetworkTier
source§impl Ord for DefaultNetworkTier
impl Ord for DefaultNetworkTier
source§fn cmp(&self, other: &DefaultNetworkTier) -> Ordering
fn cmp(&self, other: &DefaultNetworkTier) -> 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 DefaultNetworkTier
impl PartialEq for DefaultNetworkTier
source§fn eq(&self, other: &DefaultNetworkTier) -> bool
fn eq(&self, other: &DefaultNetworkTier) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for DefaultNetworkTier
impl PartialOrd for DefaultNetworkTier
source§fn partial_cmp(&self, other: &DefaultNetworkTier) -> Option<Ordering>
fn partial_cmp(&self, other: &DefaultNetworkTier) -> 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 DefaultNetworkTier
impl TryFrom<i32> for DefaultNetworkTier
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
source§fn try_from(value: i32) -> Result<DefaultNetworkTier, UnknownEnumValue>
fn try_from(value: i32) -> Result<DefaultNetworkTier, UnknownEnumValue>
impl Copy for DefaultNetworkTier
impl Eq for DefaultNetworkTier
impl StructuralPartialEq for DefaultNetworkTier
Auto Trait Implementations§
impl Freeze for DefaultNetworkTier
impl RefUnwindSafe for DefaultNetworkTier
impl Send for DefaultNetworkTier
impl Sync for DefaultNetworkTier
impl Unpin for DefaultNetworkTier
impl UnwindSafe for DefaultNetworkTier
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