AutoscaleSetting.UpdateStages.DefineAutoscaleSettingProfiles Interface

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 Type Method and Description
abstract Blank defineAutoscaleProfile(String name)

Starts definition of automatic scaling profiles that specify different scaling parameters for different time periods.

abstract Update updateAutoscaleProfile(String name)

Starts the update of automatic scaling profiles.

abstract Update withoutAutoscaleProfile(String name)

Removes the specified profile from the current setting.

Method Details

defineAutoscaleProfile

public abstract AutoscaleProfile.UpdateDefinitionStages.Blank defineAutoscaleProfile(String name)

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

public abstract AutoscaleProfile.Update updateAutoscaleProfile(String name)

Starts the update of automatic scaling profiles.

Parameters:

name - name of the profile.

Returns:

the next stage of autoscale setting update.

withoutAutoscaleProfile

public abstract AutoscaleSetting.Update withoutAutoscaleProfile(String name)

Removes the specified profile from the current setting.

Parameters:

name - name of the profile.

Returns:

the next stage of autoscale setting update.

Applies to