AutoscaleArgs

data class AutoscaleArgs(val maxSlots: Output<String>? = null) : ConvertibleToJava<AutoscaleArgs>

Auto scaling settings.

Constructors

Link copied to clipboard
fun AutoscaleArgs(maxSlots: Output<String>? = null)

Functions

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

Properties

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

Number of slots to be scaled when needed.