ScalingPlanPooledSchedule.UpdateStages.WithRampUpCapacityThresholdPct Interface

public static interface ScalingPlanPooledSchedule.UpdateStages.WithRampUpCapacityThresholdPct

The stage of the ScalingPlanPooledSchedule update allowing to specify rampUpCapacityThresholdPct.

Method Summary

Modifier and Type Method and Description
abstract Update withRampUpCapacityThresholdPct(Integer rampUpCapacityThresholdPct)

Specifies the rampUpCapacityThresholdPct property: Capacity threshold for ramp up period..

Method Details

withRampUpCapacityThresholdPct

public abstract ScalingPlanPooledSchedule.Update withRampUpCapacityThresholdPct(Integer rampUpCapacityThresholdPct)

Specifies the rampUpCapacityThresholdPct property: Capacity threshold for ramp up period..

Parameters:

rampUpCapacityThresholdPct - Capacity threshold for ramp up period.

Returns:

the next definition stage.

Applies to