Enum google_api_proto::google::cloud::networkmanagement::v1beta1::endpoint::ForwardingRuleTarget
source · #[repr(i32)]pub enum ForwardingRuleTarget {
Unspecified = 0,
Instance = 1,
LoadBalancer = 2,
VpnGateway = 3,
Psc = 4,
}
Expand description
Type of the target of a forwarding rule.
Variants§
Unspecified = 0
Forwarding rule target is unknown.
Instance = 1
Compute Engine instance for protocol forwarding.
LoadBalancer = 2
Load Balancer. The specific type can be found from [load_balancer_type] [google.cloud.networkmanagement.v1beta1.Endpoint.load_balancer_type].
VpnGateway = 3
Classic Cloud VPN Gateway.
Psc = 4
Forwarding Rule is a Private Service Connect endpoint.
Implementations§
source§impl ForwardingRuleTarget
impl ForwardingRuleTarget
sourcepub fn is_valid(value: i32) -> bool
pub fn is_valid(value: i32) -> bool
Returns true
if value
is a variant of ForwardingRuleTarget
.
sourcepub fn from_i32(value: i32) -> Option<ForwardingRuleTarget>
👎Deprecated: Use the TryFrom<i32> implementation instead
pub fn from_i32(value: i32) -> Option<ForwardingRuleTarget>
Converts an i32
to a ForwardingRuleTarget
, or None
if value
is not a valid variant.
source§impl ForwardingRuleTarget
impl ForwardingRuleTarget
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 ForwardingRuleTarget
impl Clone for ForwardingRuleTarget
source§fn clone(&self) -> ForwardingRuleTarget
fn clone(&self) -> ForwardingRuleTarget
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ForwardingRuleTarget
impl Debug for ForwardingRuleTarget
source§impl Default for ForwardingRuleTarget
impl Default for ForwardingRuleTarget
source§fn default() -> ForwardingRuleTarget
fn default() -> ForwardingRuleTarget
source§impl From<ForwardingRuleTarget> for i32
impl From<ForwardingRuleTarget> for i32
source§fn from(value: ForwardingRuleTarget) -> i32
fn from(value: ForwardingRuleTarget) -> i32
source§impl Hash for ForwardingRuleTarget
impl Hash for ForwardingRuleTarget
source§impl Ord for ForwardingRuleTarget
impl Ord for ForwardingRuleTarget
source§fn cmp(&self, other: &ForwardingRuleTarget) -> Ordering
fn cmp(&self, other: &ForwardingRuleTarget) -> 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 ForwardingRuleTarget
impl PartialEq for ForwardingRuleTarget
source§fn eq(&self, other: &ForwardingRuleTarget) -> bool
fn eq(&self, other: &ForwardingRuleTarget) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ForwardingRuleTarget
impl PartialOrd for ForwardingRuleTarget
source§fn partial_cmp(&self, other: &ForwardingRuleTarget) -> Option<Ordering>
fn partial_cmp(&self, other: &ForwardingRuleTarget) -> 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 ForwardingRuleTarget
impl TryFrom<i32> for ForwardingRuleTarget
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
source§fn try_from(value: i32) -> Result<ForwardingRuleTarget, UnknownEnumValue>
fn try_from(value: i32) -> Result<ForwardingRuleTarget, UnknownEnumValue>
impl Copy for ForwardingRuleTarget
impl Eq for ForwardingRuleTarget
impl StructuralPartialEq for ForwardingRuleTarget
Auto Trait Implementations§
impl Freeze for ForwardingRuleTarget
impl RefUnwindSafe for ForwardingRuleTarget
impl Send for ForwardingRuleTarget
impl Sync for ForwardingRuleTarget
impl Unpin for ForwardingRuleTarget
impl UnwindSafe for ForwardingRuleTarget
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