ScalingPlanPooledSchedule.UpdateStages.WithRampDownStopHostsWhen Interface

public static interface ScalingPlanPooledSchedule.UpdateStages.WithRampDownStopHostsWhen

The stage of the ScalingPlanPooledSchedule update allowing to specify rampDownStopHostsWhen.

Method Summary

Modifier and Type Method and Description
abstract Update withRampDownStopHostsWhen(StopHostsWhen rampDownStopHostsWhen)

Specifies the rampDownStopHostsWhen property: Specifies when to stop hosts during ramp down period..

Method Details

withRampDownStopHostsWhen

public abstract ScalingPlanPooledSchedule.Update withRampDownStopHostsWhen(StopHostsWhen rampDownStopHostsWhen)

Specifies the rampDownStopHostsWhen property: Specifies when to stop hosts during ramp down period..

Parameters:

rampDownStopHostsWhen - Specifies when to stop hosts during ramp down period.

Returns:

the next definition stage.

Applies to