Interface ScaleRule.UpdateDefinitionStages
-
- Enclosing interface:
- ScaleRule
public static interface ScaleRule.UpdateDefinitionStagesGrouping of autoscale profile scale rule definition stages during update of Autoscale Profile in the Autoscale update stage.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceScaleRule.UpdateDefinitionStages.BlankThe first stage of autoscale profile scale rule definition.static interfaceScaleRule.UpdateDefinitionStages.WithAttachThe final stage of the definition which attaches defined scale rule to the current Autoscale profile.static interfaceScaleRule.UpdateDefinitionStages.WithConditionThe stage of the definition which specifies metric alert condition.static interfaceScaleRule.UpdateDefinitionStages.WithMetricNameThe stage of the definition which specifies metric name.static interfaceScaleRule.UpdateDefinitionStages.WithScaleActionThe stage of the definition which specifies action to take when the metric alert will be triggered.static interfaceScaleRule.UpdateDefinitionStages.WithStatisticThe stage of the definition which specifies what kind of statistics should be used to calculate autoscale trigger action.
-