pub struct CapacityBlockReservationArgsBuilder<S: State = Empty> { /* private fields */ }
Expand description
Use builder syntax to set the inputs and finish with build_struct()
.
Implementations§
source§impl<S: State> CapacityBlockReservationArgsBuilder<S>
impl<S: State> CapacityBlockReservationArgsBuilder<S>
sourcepub fn build_struct(self) -> CapacityBlockReservationArgswhere
S: IsComplete,
pub fn build_struct(self) -> CapacityBlockReservationArgswhere
S: IsComplete,
Finish building and return the requested object
sourcepub fn capacity_block_offering_id(
self,
value: impl Into<Output<String>>,
) -> CapacityBlockReservationArgsBuilder<SetCapacityBlockOfferingId<S>>where
S::CapacityBlockOfferingId: IsUnset,
pub fn capacity_block_offering_id(
self,
value: impl Into<Output<String>>,
) -> CapacityBlockReservationArgsBuilder<SetCapacityBlockOfferingId<S>>where
S::CapacityBlockOfferingId: IsUnset,
Required.
The Capacity Block Reservation ID.
sourcepub fn instance_platform(
self,
value: impl Into<Output<String>>,
) -> CapacityBlockReservationArgsBuilder<SetInstancePlatform<S>>where
S::InstancePlatform: IsUnset,
pub fn instance_platform(
self,
value: impl Into<Output<String>>,
) -> CapacityBlockReservationArgsBuilder<SetInstancePlatform<S>>where
S::InstancePlatform: IsUnset,
Required.
The type of operating system for which to reserve capacity. Valid options are Linux/UNIX
, Red Hat Enterprise Linux
, SUSE Linux
, Windows
, Windows with SQL Server
, Windows with SQL Server Enterprise
, Windows with SQL Server Standard
or Windows with SQL Server Web
.
Optional (Some / Option setters). Default:
<pulumi_wasm_rust::Output<
Option<std::collections::HashMap<String, String>>,
> as Default>::default()
A map of tags to assign to the resource. If configured with a provider default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.
Optional (Some / Option setters). Default:
<pulumi_wasm_rust::Output<
Option<std::collections::HashMap<String, String>>,
> as Default>::default()
A map of tags to assign to the resource. If configured with a provider default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.