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