LoadBalancingRule.UpdateDefinitionStages.WithIdleTimeoutInMinutes<ReturnT> Interface

Type Parameters

ReturnT

the stage of the parent definition to return to after attaching this definition

public static interface LoadBalancingRule.UpdateDefinitionStages.WithIdleTimeoutInMinutes

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

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ReturnT> withIdleTimeoutInMinutes(int minutes)

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

Method Details

withIdleTimeoutInMinutes

public abstract LoadBalancingRule.UpdateDefinitionStages.WithAttach 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 definition

Applies to