reserved Resources
suspend fun reservedResources(value: Output<List<AllocationAggregateReservationReservedResourceInfoArgs>>)
Parameters
value
List of reserved resources (CPUs, memory, accelerators).
suspend fun reservedResources(vararg values: Output<AllocationAggregateReservationReservedResourceInfoArgs>)
suspend fun reservedResources(values: List<Output<AllocationAggregateReservationReservedResourceInfoArgs>>)
suspend fun reservedResources(vararg values: AllocationAggregateReservationReservedResourceInfoArgs)
Parameters
values
List of reserved resources (CPUs, memory, accelerators).
suspend fun reservedResources(argument: List<suspend AllocationAggregateReservationReservedResourceInfoArgsBuilder.() -> Unit>)
suspend fun reservedResources(vararg argument: suspend AllocationAggregateReservationReservedResourceInfoArgsBuilder.() -> Unit)
suspend fun reservedResources(argument: suspend AllocationAggregateReservationReservedResourceInfoArgsBuilder.() -> Unit)
Parameters
argument
List of reserved resources (CPUs, memory, accelerators).