AutoscaleResponse

data class AutoscaleResponse(val currentSlots: String, val maxSlots: String)

Auto scaling settings.

Constructors

Link copied to clipboard
fun AutoscaleResponse(currentSlots: String, maxSlots: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Number of slots to be scaled when needed.