Interface LoadBalancerOutboundRule.UpdateStages.WithEnableTcpReset<ParentT>
-
- All Known Subinterfaces:
LoadBalancerOutboundRule.Update<ParentT>
- Enclosing interface:
- LoadBalancerOutboundRule.UpdateStages
public static interface LoadBalancerOutboundRule.UpdateStages.WithEnableTcpReset<ParentT>The stage of an outbound rule definition allowing to update the TCP reset enablement for this outbound rule.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadBalancerOutboundRule.Update<ParentT>withEnableTcpReset(boolean enableTcpReset)Specifies the idle connection timeout in minutes.
-
-
-
Method Detail
-
withEnableTcpReset
LoadBalancerOutboundRule.Update<ParentT> withEnableTcpReset(boolean enableTcpReset)
Specifies the idle connection timeout in minutes.- Parameters:
enableTcpReset- the TCP reset enablement boolean- Returns:
- the next stage of the update
-
-