Skip to content

ScaleDownRulesProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Sae;
new ScaleDownRulesProperty {
    object Step,
    object Disabled = null,
    object StabilizationWindowSeconds = null
};

Properties

Name Type Description
Step object No description.
Disabled object No description.
StabilizationWindowSeconds object No description.

StepRequired

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

DisabledOptional

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

StabilizationWindowSecondsOptional

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