ScalingConfigArgs

data class ScalingConfigArgs(val desiredSize: Output<Int>? = null, val maxSize: Output<Int>? = null, val minSize: Output<Int>? = null) : ConvertibleToJava<ScalingConfigArgs>

Definition of ScalingConfig

Constructors

Link copied to clipboard
constructor(desiredSize: Output<Int>? = null, maxSize: Output<Int>? = null, minSize: Output<Int>? = null)

Properties

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

Property desiredSize

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

Property maxSize

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

Property minSize

Functions

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