JavaComponentPropertiesScaleArgs

data class JavaComponentPropertiesScaleArgs(val maxReplicas: Output<Int>? = null, val minReplicas: Output<Int>? = null) : ConvertibleToJava<JavaComponentPropertiesScaleArgs>

Java component scaling configurations

Constructors

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

Properties

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

Optional. Maximum number of Java component replicas

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

Optional. Minimum number of Java component replicas. Defaults to 1 if not set

Functions

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