ScalingPlanPooledSchedule.UpdateStages.WithRampDownWaitTimeMinutes Interface

public static interface ScalingPlanPooledSchedule.UpdateStages.WithRampDownWaitTimeMinutes

The stage of the ScalingPlanPooledSchedule update allowing to specify rampDownWaitTimeMinutes.

Method Summary

Modifier and Type Method and Description
abstract Update withRampDownWaitTimeMinutes(Integer rampDownWaitTimeMinutes)

Specifies the rampDownWaitTimeMinutes property: Number of minutes to wait to stop hosts during ramp down period..

Method Details

withRampDownWaitTimeMinutes

public abstract ScalingPlanPooledSchedule.Update withRampDownWaitTimeMinutes(Integer rampDownWaitTimeMinutes)

Specifies the rampDownWaitTimeMinutes property: Number of minutes to wait to stop hosts during ramp down period..

Parameters:

rampDownWaitTimeMinutes - Number of minutes to wait to stop hosts during ramp down period.

Returns:

the next definition stage.

Applies to