pub struct GetRouterNatArgs {
pub name: Output<String>,
pub project: Output<Option<String>>,
pub region: Output<Option<String>>,
pub router: Output<String>,
}
Fields§
§name: Output<String>
Name of the NAT service. The name must be 1-63 characters long and comply with RFC1035.
project: Output<Option<String>>
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
region: Output<Option<String>>
Region where the router and NAT reside.
router: Output<String>
The name of the Cloud Router in which this NAT will be configured.
Implementations§
source§impl GetRouterNatArgs
impl GetRouterNatArgs
sourcepub fn builder() -> GetRouterNatArgsBuilder
pub fn builder() -> GetRouterNatArgsBuilder
Create an instance of GetRouterNatArgs
using the builder syntax
Trait Implementations§
source§impl Clone for GetRouterNatArgs
impl Clone for GetRouterNatArgs
source§fn clone(&self) -> GetRouterNatArgs
fn clone(&self) -> GetRouterNatArgs
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for GetRouterNatArgs
impl RefUnwindSafe for GetRouterNatArgs
impl Send for GetRouterNatArgs
impl Sync for GetRouterNatArgs
impl Unpin for GetRouterNatArgs
impl UnwindSafe for GetRouterNatArgs
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
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)