ReservationAutoscaleArgs

data class ReservationAutoscaleArgs(val currentSlots: Output<Int>? = null, val maxSlots: Output<Int>? = null) : ConvertibleToJava<ReservationAutoscaleArgs>

Constructors

Link copied to clipboard
constructor(currentSlots: Output<Int>? = null, maxSlots: Output<Int>? = null)

Properties

Link copied to clipboard
val currentSlots: Output<Int>? = null

(Output) The slot capacity added to this reservation when autoscale happens. Will be between 0, max_slots.

Link copied to clipboard
val maxSlots: Output<Int>? = null

Number of slots to be scaled when needed.

Functions

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