AutoscalerAutoscalingPolicyScaleInControlArgs

data class AutoscalerAutoscalingPolicyScaleInControlArgs(val maxScaledInReplicas: Output<AutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicasArgs>? = null, val timeWindowSec: Output<Int>? = null) : ConvertibleToJava<AutoscalerAutoscalingPolicyScaleInControlArgs>

Constructors

constructor(maxScaledInReplicas: Output<AutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicasArgs>? = null, timeWindowSec: Output<Int>? = null)

Properties

Link copied to clipboard

A nested object resource. Structure is documented below.

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

How long back autoscaling should look when computing recommendations to include directives regarding slower scale down, as described above.

Functions

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