Interface LoadBalancerOutboundRule.UpdateStages.WithIdleTimeout<ParentT>
-
- All Known Subinterfaces:
LoadBalancerOutboundRule.Update<ParentT>
- Enclosing interface:
- LoadBalancerOutboundRule.UpdateStages
public static interface LoadBalancerOutboundRule.UpdateStages.WithIdleTimeout<ParentT>The stage of an inbound NAT rule update allowing to specify the idle connection timeout for this inbound NAT rule.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadBalancerOutboundRule.Update<ParentT>withIdleTimeoutInMinutes(int minutes)Specifies the idle connection timeout in minutes.
-
-
-
Method Detail
-
withIdleTimeoutInMinutes
LoadBalancerOutboundRule.Update<ParentT> withIdleTimeoutInMinutes(int minutes)
Specifies the idle connection timeout in minutes.- Parameters:
minutes- a number of minutes- Returns:
- the next stage of the update
-
-