pub struct SubnetCidrReservationArgs {
pub cidr_block: Output<String>,
pub description: Output<Option<String>>,
pub reservation_type: Output<String>,
pub subnet_id: Output<String>,
}
Fields§
§cidr_block: Output<String>
The CIDR block for the reservation.
description: Output<Option<String>>
A brief description of the reservation.
reservation_type: Output<String>
The type of reservation to create. Valid values: explicit
, prefix
subnet_id: Output<String>
The ID of the subnet to create the reservation for.
Implementations§
source§impl SubnetCidrReservationArgs
impl SubnetCidrReservationArgs
sourcepub fn builder() -> SubnetCidrReservationArgsBuilder
pub fn builder() -> SubnetCidrReservationArgsBuilder
Create an instance of SubnetCidrReservationArgs
using the builder syntax
Trait Implementations§
source§impl Clone for SubnetCidrReservationArgs
impl Clone for SubnetCidrReservationArgs
source§fn clone(&self) -> SubnetCidrReservationArgs
fn clone(&self) -> SubnetCidrReservationArgs
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 SubnetCidrReservationArgs
impl RefUnwindSafe for SubnetCidrReservationArgs
impl Send for SubnetCidrReservationArgs
impl Sync for SubnetCidrReservationArgs
impl Unpin for SubnetCidrReservationArgs
impl UnwindSafe for SubnetCidrReservationArgs
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
)