LoadBalancingRule.UpdateStages.WithIdleTimeoutInMinutes Interface

public static interface LoadBalancingRule.UpdateStages.WithIdleTimeoutInMinutes

The stage of a load balancing rule update allowing to modify the connection timeout for idle connections.

Method Summary

Modifier and Type Method and Description
abstract Update withIdleTimeoutInMinutes(int minutes)

Specifies the number of minutes before an idle connection is closed.

Method Details

withIdleTimeoutInMinutes

public abstract LoadBalancingRule.Update withIdleTimeoutInMinutes(int minutes)

Specifies the number of minutes before an idle connection is closed.

Parameters:

minutes - the desired number of minutes

Returns:

the next stage of the update

Applies to