ScalingPlanPersonalSchedule.UpdateStages.WithRampDownMinutesToWaitOnDisconnect Interface

public static interface ScalingPlanPersonalSchedule.UpdateStages.WithRampDownMinutesToWaitOnDisconnect

The stage of the ScalingPlanPersonalSchedule update allowing to specify rampDownMinutesToWaitOnDisconnect.

Method Summary

Modifier and Type Method and Description
abstract Update withRampDownMinutesToWaitOnDisconnect(Integer rampDownMinutesToWaitOnDisconnect)

Specifies the rampDownMinutesToWaitOnDisconnect property: The time in minutes to wait before performing the desired session handling action when a user disconnects during the ramp down period..

Method Details

withRampDownMinutesToWaitOnDisconnect

public abstract ScalingPlanPersonalSchedule.Update withRampDownMinutesToWaitOnDisconnect(Integer rampDownMinutesToWaitOnDisconnect)

Specifies the rampDownMinutesToWaitOnDisconnect property: The time in minutes to wait before performing the desired session handling action when a user disconnects during the ramp down period..

Parameters:

rampDownMinutesToWaitOnDisconnect - The time in minutes to wait before performing the desired session handling action when a user disconnects during the ramp down period.

Returns:

the next definition stage.

Applies to