Autoscaling Policy Scale In Control Response
data class AutoscalingPolicyScaleInControlResponse(val maxScaledInReplicas: 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 AutoscalingPolicyScaleInControlResponse(maxScaledInReplicas: FixedOrPercentResponse, timeWindowSec: Int)