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. |
Step
Required
public object Step { get; set; }
- Type: object
Disabled
Optional
public object Disabled { get; set; }
- Type: object
StabilizationWindowSeconds
Optional
public object StabilizationWindowSeconds { get; set; }
- Type: object