AllocationAggregateReservationArgs

data class AllocationAggregateReservationArgs(val reservedResources: Output<List<AllocationAggregateReservationReservedResourceInfoArgs>>? = null, val vmFamily: Output<AllocationAggregateReservationVmFamily>? = null) : ConvertibleToJava<AllocationAggregateReservationArgs>

This reservation type is specified by total resource amounts (e.g. total count of CPUs) and can account for multiple instance SKUs. In other words, one can create instances of varying shapes against this reservation.

Constructors

Functions

Link copied to clipboard
open override fun toJava(): AllocationAggregateReservationArgs

Properties

Link copied to clipboard

List of reserved resources (CPUs, memory, accelerators).

Link copied to clipboard

The VM family that all instances scheduled against this reservation must belong to.