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
Modifier and TypeMethodDescriptionwithEnableTcpReset(boolean enableTcpReset) Specifies the idle connection timeout in minutes.
-
Method Details
-
withEnableTcpReset
Specifies the idle connection timeout in minutes.- Parameters:
enableTcpReset- the TCP reset enablement boolean- Returns:
- the next stage of the update
-