Interface AutoscaleSetting.UpdateStages.DefineAutoscaleSettingProfiles
- All Known Subinterfaces:
AutoscaleSetting.Update
- Enclosing interface:
AutoscaleSetting.UpdateStages
public static interface AutoscaleSetting.UpdateStages.DefineAutoscaleSettingProfiles
The stage of the update which adds or updates autoscale profiles in the current setting.
-
Method Summary
Modifier and TypeMethodDescriptiondefineAutoscaleProfile(String name) Starts definition of automatic scaling profiles that specify different scaling parameters for different time periods.updateAutoscaleProfile(String name) Starts the update of automatic scaling profiles.Removes the specified profile from the current setting.
-
Method Details
-
defineAutoscaleProfile
Starts 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 profile.- Returns:
- the next stage of autoscale setting update.
-
updateAutoscaleProfile
Starts the update of automatic scaling profiles.- Parameters:
name- name of the profile.- Returns:
- the next stage of autoscale setting update.
-
withoutAutoscaleProfile
Removes the specified profile from the current setting.- Parameters:
name- name of the profile.- Returns:
- the next stage of autoscale setting update.
-