Struct google_compute1::api::VpnGatewayVpnGatewayInterface[][src]

pub struct VpnGatewayVpnGatewayInterface {
    pub id: Option<u32>,
    pub interconnect_attachment: Option<String>,
    pub ip_address: Option<String>,
}

A VPN gateway interface.

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

Fields

id: Option<u32>

The numeric ID of this VPN gateway interface.

interconnect_attachment: Option<String>

URL of the interconnect attachment resource. When the value of this field is present, the VPN Gateway will be used for IPsec-encrypted Cloud Interconnect; all Egress or Ingress traffic for this VPN Gateway interface will go through the specified interconnect attachment resource. Not currently available in all Interconnect locations.

ip_address: Option<String>

[Output Only] The external IP address for this VPN gateway interface.

Trait Implementations

impl Clone for VpnGatewayVpnGatewayInterface[src]

impl Debug for VpnGatewayVpnGatewayInterface[src]

impl Default for VpnGatewayVpnGatewayInterface[src]

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

impl Part for VpnGatewayVpnGatewayInterface[src]

impl Serialize for VpnGatewayVpnGatewayInterface[src]

Auto Trait Implementations

impl RefUnwindSafe for VpnGatewayVpnGatewayInterface[src]

impl Send for VpnGatewayVpnGatewayInterface[src]

impl Sync for VpnGatewayVpnGatewayInterface[src]

impl Unpin for VpnGatewayVpnGatewayInterface[src]

impl UnwindSafe for VpnGatewayVpnGatewayInterface[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.