Struct google_compute1::api::ExchangedPeeringRoute[][src]

pub struct ExchangedPeeringRoute {
    pub dest_range: Option<String>,
    pub imported: Option<bool>,
    pub next_hop_region: Option<String>,
    pub priority: Option<u32>,
    pub type_: Option<String>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

dest_range: Option<String>

The destination range of the route.

imported: Option<bool>

True if the peering route has been imported from a peer. The actual import happens if the field networkPeering.importCustomRoutes is true for this network, and networkPeering.exportCustomRoutes is true for the peer network, and the import does not result in a route conflict.

next_hop_region: Option<String>

The region of peering route next hop, only applies to dynamic routes.

priority: Option<u32>

The priority of the peering route.

type_: Option<String>

The type of the peering route.

Trait Implementations

impl Clone for ExchangedPeeringRoute[src]

impl Debug for ExchangedPeeringRoute[src]

impl Default for ExchangedPeeringRoute[src]

impl<'de> Deserialize<'de> for ExchangedPeeringRoute[src]

impl Part for ExchangedPeeringRoute[src]

impl Serialize for ExchangedPeeringRoute[src]

Auto Trait Implementations

impl RefUnwindSafe for ExchangedPeeringRoute[src]

impl Send for ExchangedPeeringRoute[src]

impl Sync for ExchangedPeeringRoute[src]

impl Unpin for ExchangedPeeringRoute[src]

impl UnwindSafe for ExchangedPeeringRoute[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.