local Ssds
suspend fun localSsds(value: Output<List<ReservationSpecificReservationInstancePropertiesLocalSsdArgs>>)
Parameters
value
The amount of local ssd to reserve with each instance. This reserves disks of type local-ssd
. Structure is documented below.
suspend fun localSsds(vararg values: Output<ReservationSpecificReservationInstancePropertiesLocalSsdArgs>)
suspend fun localSsds(values: List<Output<ReservationSpecificReservationInstancePropertiesLocalSsdArgs>>)
Parameters
values
The amount of local ssd to reserve with each instance. This reserves disks of type local-ssd
. Structure is documented below.
suspend fun localSsds(argument: List<suspend ReservationSpecificReservationInstancePropertiesLocalSsdArgsBuilder.() -> Unit>)
suspend fun localSsds(vararg argument: suspend ReservationSpecificReservationInstancePropertiesLocalSsdArgsBuilder.() -> Unit)
suspend fun localSsds(argument: suspend ReservationSpecificReservationInstancePropertiesLocalSsdArgsBuilder.() -> Unit)
Parameters
argument
The amount of local ssd to reserve with each instance. This reserves disks of type local-ssd
. Structure is documented below.