Enum google_api_proto::google::cloud::compute::v1::interconnect_remote_location_constraints::PortPairRemoteLocation
source · #[repr(i32)]pub enum PortPairRemoteLocation {
UndefinedPortPairRemoteLocation = 0,
PortPairMatchingRemoteLocation = 207_291_859,
PortPairUnconstrainedRemoteLocation = 60_609_829,
}
Expand description
[Output Only] Port pair remote location constraints, which can take one of the following values: PORT_PAIR_UNCONSTRAINED_REMOTE_LOCATION, PORT_PAIR_MATCHING_REMOTE_LOCATION. Google Cloud API refers only to individual ports, but the UI uses this field when ordering a pair of ports, to prevent users from accidentally ordering something that is incompatible with their cloud provider. Specifically, when ordering a redundant pair of Cross-Cloud Interconnect ports, and one of them uses a remote location with portPairMatchingRemoteLocation set to matching, the UI requires that both ports use the same remote location.
Variants§
UndefinedPortPairRemoteLocation = 0
A value indicating that the enum field is not set.
PortPairMatchingRemoteLocation = 207_291_859
If PORT_PAIR_MATCHING_REMOTE_LOCATION, the remote cloud provider allocates ports in pairs, and the user should choose the same remote location for both ports.
PortPairUnconstrainedRemoteLocation = 60_609_829
If PORT_PAIR_UNCONSTRAINED_REMOTE_LOCATION, a user may opt to provision a redundant pair of Cross-Cloud Interconnects using two different remote locations in the same city.
Implementations§
source§impl PortPairRemoteLocation
impl PortPairRemoteLocation
sourcepub fn is_valid(value: i32) -> bool
pub fn is_valid(value: i32) -> bool
Returns true
if value
is a variant of PortPairRemoteLocation
.
sourcepub fn from_i32(value: i32) -> Option<PortPairRemoteLocation>
👎Deprecated: Use the TryFrom<i32> implementation instead
pub fn from_i32(value: i32) -> Option<PortPairRemoteLocation>
Converts an i32
to a PortPairRemoteLocation
, or None
if value
is not a valid variant.
source§impl PortPairRemoteLocation
impl PortPairRemoteLocation
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 PortPairRemoteLocation
impl Clone for PortPairRemoteLocation
source§fn clone(&self) -> PortPairRemoteLocation
fn clone(&self) -> PortPairRemoteLocation
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for PortPairRemoteLocation
impl Debug for PortPairRemoteLocation
source§impl Default for PortPairRemoteLocation
impl Default for PortPairRemoteLocation
source§fn default() -> PortPairRemoteLocation
fn default() -> PortPairRemoteLocation
source§impl From<PortPairRemoteLocation> for i32
impl From<PortPairRemoteLocation> for i32
source§fn from(value: PortPairRemoteLocation) -> i32
fn from(value: PortPairRemoteLocation) -> i32
source§impl Hash for PortPairRemoteLocation
impl Hash for PortPairRemoteLocation
source§impl Ord for PortPairRemoteLocation
impl Ord for PortPairRemoteLocation
source§fn cmp(&self, other: &PortPairRemoteLocation) -> Ordering
fn cmp(&self, other: &PortPairRemoteLocation) -> 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 PortPairRemoteLocation
impl PartialEq for PortPairRemoteLocation
source§fn eq(&self, other: &PortPairRemoteLocation) -> bool
fn eq(&self, other: &PortPairRemoteLocation) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for PortPairRemoteLocation
impl PartialOrd for PortPairRemoteLocation
source§fn partial_cmp(&self, other: &PortPairRemoteLocation) -> Option<Ordering>
fn partial_cmp(&self, other: &PortPairRemoteLocation) -> 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 PortPairRemoteLocation
impl TryFrom<i32> for PortPairRemoteLocation
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
source§fn try_from(value: i32) -> Result<PortPairRemoteLocation, UnknownEnumValue>
fn try_from(value: i32) -> Result<PortPairRemoteLocation, UnknownEnumValue>
impl Copy for PortPairRemoteLocation
impl Eq for PortPairRemoteLocation
impl StructuralPartialEq for PortPairRemoteLocation
Auto Trait Implementations§
impl Freeze for PortPairRemoteLocation
impl RefUnwindSafe for PortPairRemoteLocation
impl Send for PortPairRemoteLocation
impl Sync for PortPairRemoteLocation
impl Unpin for PortPairRemoteLocation
impl UnwindSafe for PortPairRemoteLocation
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