ScalingPlanPersonalSchedule.UpdateStages.WithOffPeakMinutesToWaitOnDisconnect Interface

public static interface ScalingPlanPersonalSchedule.UpdateStages.WithOffPeakMinutesToWaitOnDisconnect

The stage of the ScalingPlanPersonalSchedule update allowing to specify offPeakMinutesToWaitOnDisconnect.

Method Summary

Modifier and Type Method and Description
abstract Update withOffPeakMinutesToWaitOnDisconnect(Integer offPeakMinutesToWaitOnDisconnect)

Specifies the offPeakMinutesToWaitOnDisconnect property: The time in minutes to wait before performing the desired session handling action when a user disconnects during the off-peak period..

Method Details

withOffPeakMinutesToWaitOnDisconnect

public abstract ScalingPlanPersonalSchedule.Update withOffPeakMinutesToWaitOnDisconnect(Integer offPeakMinutesToWaitOnDisconnect)

Specifies the offPeakMinutesToWaitOnDisconnect property: The time in minutes to wait before performing the desired session handling action when a user disconnects during the off-peak period..

Parameters:

offPeakMinutesToWaitOnDisconnect - The time in minutes to wait before performing the desired session handling action when a user disconnects during the off-peak period.

Returns:

the next definition stage.

Applies to