Interface AutoscaleSetting.DefinitionStages.DefineAutoscaleSettingResourceProfiles
- All Known Subinterfaces:
AutoscaleSetting.Definition, AutoscaleSetting.DefinitionStages.WithCreate
- Enclosing interface:
AutoscaleSetting.DefinitionStages
public static interface AutoscaleSetting.DefinitionStages.DefineAutoscaleSettingResourceProfiles
The stage of the definition which specifies autoscale profile.
-
Method Summary
Modifier and TypeMethodDescriptiondefineAutoscaleProfile(String name) Starts the definition of automatic scaling profiles that specify different scaling parameters for different time periods.
-
Method Details
-
defineAutoscaleProfile
Starts the definition of automatic scaling profiles that specify different scaling parameters for different time periods. A maximum of 20 profiles can be specified.- Parameters:
name- name of the autoscale profile.- Returns:
- the next stage of the definition.
-