Skip to content

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.

MetricIntervalLowerBoundOptional

public object MetricIntervalLowerBound { get; set; }
  • Type: object

MetricIntervalUpperBoundOptional

public object MetricIntervalUpperBound { get; set; }
  • Type: object

ScalingAdjustmentOptional

public object ScalingAdjustment { get; set; }
  • Type: object