RosScalingRuleProps
Properties for defining a RosScalingRule
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ess-scalingrule
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkess"
&alicloudroscdkess.RosScalingRuleProps {
ScalingGroupId: interface{},
AdjustmentType: interface{},
AdjustmentValue: interface{},
Cooldown: interface{},
DisableScaleIn: interface{},
EstimatedInstanceWarmup: interface{},
InitialMaxSize: interface{},
MetricName: interface{},
MinAdjustmentMagnitude: interface{},
PredictiveScalingMode: interface{},
PredictiveTaskBufferTime: interface{},
PredictiveValueBehavior: interface{},
PredictiveValueBuffer: interface{},
ScaleInEvaluationCount: interface{},
ScaleOutEvaluationCount: interface{},
ScalingRuleName: interface{},
ScalingRuleType: interface{},
StepAdjustment: interface{},
TargetValue: interface{},
}
Properties
Name | Type | Description |
---|---|---|
ScalingGroupId |
interface{} |
No description. |
AdjustmentType |
interface{} |
No description. |
AdjustmentValue |
interface{} |
No description. |
Cooldown |
interface{} |
No description. |
DisableScaleIn |
interface{} |
No description. |
EstimatedInstanceWarmup |
interface{} |
No description. |
InitialMaxSize |
interface{} |
No description. |
MetricName |
interface{} |
No description. |
MinAdjustmentMagnitude |
interface{} |
No description. |
PredictiveScalingMode |
interface{} |
No description. |
PredictiveTaskBufferTime |
interface{} |
No description. |
PredictiveValueBehavior |
interface{} |
No description. |
PredictiveValueBuffer |
interface{} |
No description. |
ScaleInEvaluationCount |
interface{} |
No description. |
ScaleOutEvaluationCount |
interface{} |
No description. |
ScalingRuleName |
interface{} |
No description. |
ScalingRuleType |
interface{} |
No description. |
StepAdjustment |
interface{} |
No description. |
TargetValue |
interface{} |
No description. |
ScalingGroupId
Required
ScalingGroupId interface{}
- Type: interface{}
AdjustmentType
Optional
AdjustmentType interface{}
- Type: interface{}
AdjustmentValue
Optional
AdjustmentValue interface{}
- Type: interface{}
Cooldown
Optional
Cooldown interface{}
- Type: interface{}
DisableScaleIn
Optional
DisableScaleIn interface{}
- Type: interface{}
EstimatedInstanceWarmup
Optional
EstimatedInstanceWarmup interface{}
- Type: interface{}
InitialMaxSize
Optional
InitialMaxSize interface{}
- Type: interface{}
MetricName
Optional
MetricName interface{}
- Type: interface{}
MinAdjustmentMagnitude
Optional
MinAdjustmentMagnitude interface{}
- Type: interface{}
PredictiveScalingMode
Optional
PredictiveScalingMode interface{}
- Type: interface{}
PredictiveTaskBufferTime
Optional
PredictiveTaskBufferTime interface{}
- Type: interface{}
PredictiveValueBehavior
Optional
PredictiveValueBehavior interface{}
- Type: interface{}
PredictiveValueBuffer
Optional
PredictiveValueBuffer interface{}
- Type: interface{}
ScaleInEvaluationCount
Optional
ScaleInEvaluationCount interface{}
- Type: interface{}
ScaleOutEvaluationCount
Optional
ScaleOutEvaluationCount interface{}
- Type: interface{}
ScalingRuleName
Optional
ScalingRuleName interface{}
- Type: interface{}
ScalingRuleType
Optional
ScalingRuleType interface{}
- Type: interface{}
StepAdjustment
Optional
StepAdjustment interface{}
- Type: interface{}
TargetValue
Optional
TargetValue interface{}
- Type: interface{}