Struct google_compute1::api::VmEndpointNatMappingsInterfaceNatMappings [−][src]
Contain information of Nat mapping for an interface of this endpoint.
This type is not used in any activity, and only used as part of another schema.
Fields
drain_nat_ip_port_ranges: Option<Vec<String>>List of all drain IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
nat_ip_port_ranges: Option<Vec<String>>A list of all IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
num_total_drain_nat_ports: Option<i32>Total number of drain ports across all NAT IPs allocated to this interface. It equals to the aggregated port number in the field drain_nat_ip_port_ranges.
num_total_nat_ports: Option<i32>Total number of ports across all NAT IPs allocated to this interface. It equals to the aggregated port number in the field nat_ip_port_ranges.
source_alias_ip_range: Option<String>Alias IP range for this interface endpoint. It will be a private (RFC 1918) IP range. Examples: "10.33.4.55/32", or "192.168.5.0/24".
source_virtual_ip: Option<String>Primary IP of the VM for this NIC.
Trait Implementations
impl Clone for VmEndpointNatMappingsInterfaceNatMappings[src]
fn clone(&self) -> VmEndpointNatMappingsInterfaceNatMappings[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for VmEndpointNatMappingsInterfaceNatMappings[src]
impl Default for VmEndpointNatMappingsInterfaceNatMappings[src]
impl<'de> Deserialize<'de> for VmEndpointNatMappingsInterfaceNatMappings[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Part for VmEndpointNatMappingsInterfaceNatMappings[src]
impl Serialize for VmEndpointNatMappingsInterfaceNatMappings[src]
Auto Trait Implementations
impl RefUnwindSafe for VmEndpointNatMappingsInterfaceNatMappings[src]
impl Send for VmEndpointNatMappingsInterfaceNatMappings[src]
impl Sync for VmEndpointNatMappingsInterfaceNatMappings[src]
impl Unpin for VmEndpointNatMappingsInterfaceNatMappings[src]
impl UnwindSafe for VmEndpointNatMappingsInterfaceNatMappings[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,