maxScaledInReplicas

@JvmName(name = "vrwteiehwiskwywg")
suspend fun maxScaledInReplicas(value: Output<FixedOrPercentArgs>)
@JvmName(name = "uvkwvoknuklriulm")
suspend fun maxScaledInReplicas(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 = "rdwbxrlbokkfmndt")
suspend fun maxScaledInReplicas(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.