Autoscaling Policy Scale Down Control Response
data class AutoscalingPolicyScaleDownControlResponse(val maxScaledDownReplicas: FixedOrPercentResponse, val timeWindowSec: Int)
Configuration that allows for slower scale in so that even if Autoscaler recommends an abrupt scale in of a MIG, it will be throttled as specified by the parameters below.
Constructors
Link copied to clipboard
fun AutoscalingPolicyScaleDownControlResponse(maxScaledDownReplicas: FixedOrPercentResponse, timeWindowSec: Int)