pulumi_wasm_providers_gcp_mini::functions::compute::get_router_nat

Struct GetRouterNatResult

source
pub struct GetRouterNatResult {
Show 25 fields pub auto_network_tier: Output<String>, pub drain_nat_ips: Output<Vec<String>>, pub enable_dynamic_port_allocation: Output<bool>, pub enable_endpoint_independent_mapping: Output<bool>, pub endpoint_types: Output<Vec<String>>, pub icmp_idle_timeout_sec: Output<i32>, pub id: Output<String>, pub initial_nat_ips: Output<Vec<String>>, pub log_configs: Output<Vec<GetRouterNatLogConfig>>, pub max_ports_per_vm: Output<i32>, pub min_ports_per_vm: Output<i32>, pub name: Output<String>, pub nat_ip_allocate_option: Output<String>, pub nat_ips: Output<Vec<String>>, pub project: Output<Option<String>>, pub region: Output<Option<String>>, pub router: Output<String>, pub rules: Output<Vec<GetRouterNatRule>>, pub source_subnetwork_ip_ranges_to_nat: Output<String>, pub subnetworks: Output<Vec<GetRouterNatSubnetwork>>, pub tcp_established_idle_timeout_sec: Output<i32>, pub tcp_time_wait_timeout_sec: Output<i32>, pub tcp_transitory_idle_timeout_sec: Output<i32>, pub type_: Output<String>, pub udp_idle_timeout_sec: Output<i32>,
}

Fields§

§auto_network_tier: Output<String>§drain_nat_ips: Output<Vec<String>>§enable_dynamic_port_allocation: Output<bool>§enable_endpoint_independent_mapping: Output<bool>§endpoint_types: Output<Vec<String>>§icmp_idle_timeout_sec: Output<i32>§id: Output<String>

The provider-assigned unique ID for this managed resource.

§initial_nat_ips: Output<Vec<String>>§log_configs: Output<Vec<GetRouterNatLogConfig>>§max_ports_per_vm: Output<i32>§min_ports_per_vm: Output<i32>§name: Output<String>§nat_ip_allocate_option: Output<String>§nat_ips: Output<Vec<String>>§project: Output<Option<String>>§region: Output<Option<String>>§router: Output<String>§rules: Output<Vec<GetRouterNatRule>>§source_subnetwork_ip_ranges_to_nat: Output<String>§subnetworks: Output<Vec<GetRouterNatSubnetwork>>§tcp_established_idle_timeout_sec: Output<i32>§tcp_time_wait_timeout_sec: Output<i32>§tcp_transitory_idle_timeout_sec: Output<i32>§type_: Output<String>§udp_idle_timeout_sec: Output<i32>

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

source§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

source§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.