pub struct CapacityReservationGroupArgs {
pub location: Output<Option<String>>,
pub name: Output<Option<String>>,
pub resource_group_name: Output<String>,
pub tags: Output<Option<HashMap<String, String>>>,
pub zones: Output<Option<Vec<String>>>,
}
Fields§
§location: Output<Option<String>>
The Azure location where the Capacity Reservation Group exists. Changing this forces a new resource to be created.
name: Output<Option<String>>
Specifies the name of this Capacity Reservation Group. Changing this forces a new resource to be created.
resource_group_name: Output<String>
Specifies the name of the resource group the Capacity Reservation Group is located in. Changing this forces a new resource to be created.
A mapping of tags to assign to the resource.
zones: Output<Option<Vec<String>>>
Specifies a list of Availability Zones for this Capacity Reservation Group. Changing this forces a new resource to be created.
Implementations§
source§impl CapacityReservationGroupArgs
impl CapacityReservationGroupArgs
sourcepub fn builder() -> CapacityReservationGroupArgsBuilder
pub fn builder() -> CapacityReservationGroupArgsBuilder
Create an instance of CapacityReservationGroupArgs
using the builder syntax
Trait Implementations§
source§impl Clone for CapacityReservationGroupArgs
impl Clone for CapacityReservationGroupArgs
source§fn clone(&self) -> CapacityReservationGroupArgs
fn clone(&self) -> CapacityReservationGroupArgs
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 CapacityReservationGroupArgs
impl RefUnwindSafe for CapacityReservationGroupArgs
impl Send for CapacityReservationGroupArgs
impl Sync for CapacityReservationGroupArgs
impl Unpin for CapacityReservationGroupArgs
impl UnwindSafe for CapacityReservationGroupArgs
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
)