maxScaledDownReplicas

@JvmName(name = "anodjeydvjhvhuet")
suspend fun maxScaledDownReplicas(value: Output<FixedOrPercentArgs>)
@JvmName(name = "rtscrsptglkdclee")
suspend fun maxScaledDownReplicas(value: FixedOrPercentArgs?)

Parameters

value

Maximum allowed number (or %) of VMs that can be deducted from the peak recommendation during the window autoscaler looks at when computing recommendations. Possibly all these VMs can be deleted at once so user service needs to be prepared to lose that many VMs in one step.


@JvmName(name = "ciweqomeitnymapd")
suspend fun maxScaledDownReplicas(argument: suspend FixedOrPercentArgsBuilder.() -> Unit)

Parameters

argument

Maximum allowed number (or %) of VMs that can be deducted from the peak recommendation during the window autoscaler looks at when computing recommendations. Possibly all these VMs can be deleted at once so user service needs to be prepared to lose that many VMs in one step.