StepAdjustmentProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ess;
new StepAdjustmentProperty {
object MetricIntervalLowerBound = null,
object MetricIntervalUpperBound = null,
object ScalingAdjustment = null
};
Properties
Name | Type | Description |
---|---|---|
MetricIntervalLowerBound |
object |
No description. |
MetricIntervalUpperBound |
object |
No description. |
ScalingAdjustment |
object |
No description. |
MetricIntervalLowerBound
Optional
public object MetricIntervalLowerBound { get; set; }
- Type: object
MetricIntervalUpperBound
Optional
public object MetricIntervalUpperBound { get; set; }
- Type: object
ScalingAdjustment
Optional
public object ScalingAdjustment { get; set; }
- Type: object