Interface LoadBalancerOutboundRule.DefinitionStages.WithAttach<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>, LoadBalancerOutboundRule.DefinitionStages.WithEnableTcpReset<ParentT>, LoadBalancerOutboundRule.DefinitionStages.WithIdleTimeout<ParentT>
- All Known Subinterfaces:
LoadBalancerOutboundRule.Definition<ParentT>
- Enclosing interface:
LoadBalancerOutboundRule.DefinitionStages
public static interface LoadBalancerOutboundRule.DefinitionStages.WithAttach<ParentT>
extends Attachable.InDefinition<ParentT>, LoadBalancerOutboundRule.DefinitionStages.WithEnableTcpReset<ParentT>, LoadBalancerOutboundRule.DefinitionStages.WithIdleTimeout<ParentT>
The final stage of the outbound rule definition.
At this stage, any remaining optional settings can be specified, or the outbound rule definition can be attached to the parent load balancer definition.
-
Method Summary
Methods inherited from interface Attachable.InDefinition
attachMethods inherited from interface LoadBalancerOutboundRule.DefinitionStages.WithEnableTcpReset
withEnableTcpResetMethods inherited from interface LoadBalancerOutboundRule.DefinitionStages.WithIdleTimeout
withIdleTimeoutInMinutes