ScalingPlanPooledSchedule.UpdateStages.WithRampUpMinimumHostsPct Interface

public static interface ScalingPlanPooledSchedule.UpdateStages.WithRampUpMinimumHostsPct

The stage of the ScalingPlanPooledSchedule update allowing to specify rampUpMinimumHostsPct.

Method Summary

Modifier and Type Method and Description
abstract Update withRampUpMinimumHostsPct(Integer rampUpMinimumHostsPct)

Specifies the rampUpMinimumHostsPct property: Minimum host percentage for ramp up period..

Method Details

withRampUpMinimumHostsPct

public abstract ScalingPlanPooledSchedule.Update withRampUpMinimumHostsPct(Integer rampUpMinimumHostsPct)

Specifies the rampUpMinimumHostsPct property: Minimum host percentage for ramp up period..

Parameters:

rampUpMinimumHostsPct - Minimum host percentage for ramp up period.

Returns:

the next definition stage.

Applies to