LoadBalancerInboundNatRule.UpdateStages.WithIdleTimeout Interface

public static interface LoadBalancerInboundNatRule.UpdateStages.WithIdleTimeout

The stage of an inbound NAT rule update allowing to specify the idle connection timeout for this inbound NAT rule.

Method Summary

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

Specifies the idle connection timeout in minutes.

Method Details

withIdleTimeoutInMinutes

public abstract LoadBalancerInboundNatRule.Update withIdleTimeoutInMinutes(int minutes)

Specifies the idle connection timeout in minutes.

Parameters:

minutes - a number of minutes

Returns:

the next stage of the update

Applies to