ReservationAutoscale

data class ReservationAutoscale(val currentSlots: Int? = null, val maxSlots: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val currentSlots: 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: Int? = null

Number of slots to be scaled when needed.