Enum google_api_proto::google::cloud::compute::v1::access_config::NetworkTier
source · #[repr(i32)]pub enum NetworkTier {
UndefinedNetworkTier = 0,
FixedStandard = 310_464_328,
Premium = 399_530_551,
Standard = 484_642_493,
StandardOverridesFixedStandard = 465_847_234,
}
Expand description
This signifies the networking tier used for configuring this access configuration and can only take the following values: PREMIUM, STANDARD. If an AccessConfig is specified without a valid external IP address, an ephemeral IP will be created with this networkTier. If an AccessConfig with a valid external IP address is specified, it must match that of the networkTier associated with the Address resource owning that IP.
Variants§
UndefinedNetworkTier = 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 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