public static final class DescribeApplicationScalingRulesResponseBody.ScaleUpRules.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeApplicationScalingRulesResponseBody.ScaleUpRules |
build() |
DescribeApplicationScalingRulesResponseBody.ScaleUpRules.Builder |
disabled(Boolean disabled)
Indicates whether the application scale-in was disabled.
|
DescribeApplicationScalingRulesResponseBody.ScaleUpRules.Builder |
stabilizationWindowSeconds(Long stabilizationWindowSeconds)
The cooldown time of the scale-out.
|
DescribeApplicationScalingRulesResponseBody.ScaleUpRules.Builder |
step(Long step)
The step size for the scale-out.
|
public DescribeApplicationScalingRulesResponseBody.ScaleUpRules.Builder disabled(Boolean disabled)
Indicates whether the application scale-in was disabled. Valid values:
example:When this parameter is set to true, the application instances will never be reduced. This prevents risks to your business in peak hours. By default, this parameter is set to false.
false
public DescribeApplicationScalingRulesResponseBody.ScaleUpRules.Builder stabilizationWindowSeconds(Long stabilizationWindowSeconds)
The cooldown time of the scale-out. Valid values: 0 to 3600. Unit: seconds. The default value is 0.
example:300
public DescribeApplicationScalingRulesResponseBody.ScaleUpRules.Builder step(Long step)
The step size for the scale-out. The maximum number of instances that can be added in a unit of time.
example:100
public DescribeApplicationScalingRulesResponseBody.ScaleUpRules build()
Copyright © 2026. All rights reserved.