ScalingPlanPooledSchedule.UpdateStages.WithRampDownMinimumHostsPct Interface

public static interface ScalingPlanPooledSchedule.UpdateStages.WithRampDownMinimumHostsPct

The stage of the ScalingPlanPooledSchedule update allowing to specify rampDownMinimumHostsPct.

Method Summary

Modifier and Type Method and Description
abstract Update withRampDownMinimumHostsPct(Integer rampDownMinimumHostsPct)

Specifies the rampDownMinimumHostsPct property: Minimum host percentage for ramp down period..

Method Details

withRampDownMinimumHostsPct

public abstract ScalingPlanPooledSchedule.Update withRampDownMinimumHostsPct(Integer rampDownMinimumHostsPct)

Specifies the rampDownMinimumHostsPct property: Minimum host percentage for ramp down period..

Parameters:

rampDownMinimumHostsPct - Minimum host percentage for ramp down period.

Returns:

the next definition stage.

Applies to