Interface LoadBalancerOutboundRule.UpdateStages.WithEnableTcpReset<ParentT>

Type Parameters:
ParentT - the stage of the parent definition to return to after attaching this definition
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 Details

    • 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