Interface LoadBalancerOutboundRule.DefinitionStages.WithEnableTcpReset<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
LoadBalancerOutboundRule.Definition<ParentT>, LoadBalancerOutboundRule.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
LoadBalancerOutboundRule.DefinitionStages
public static interface LoadBalancerOutboundRule.DefinitionStages.WithEnableTcpReset<ParentT>
The stage of an outbound rule definition allowing to specify the TCP reset enablement for this outbound
rule.
-
Method Summary
Modifier and TypeMethodDescriptionwithEnableTcpReset(boolean enableTcpReset) Specifies the TCP reset enablement for this outbound rule
-
Method Details
-
withEnableTcpReset
LoadBalancerOutboundRule.DefinitionStages.WithAttach<ParentT> withEnableTcpReset(boolean enableTcpReset) Specifies the TCP reset enablement for this outbound rule- Parameters:
enableTcpReset- boolean value indicating enable TCP reset or not- Returns:
- the next stage of the definition
-