Interface LoadBalancingRule.DefinitionStages.WithAttach<ReturnT>
- Type Parameters:
ReturnT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ReturnT>, HasFloatingIP.DefinitionStages.WithFloatingIP<LoadBalancingRule.DefinitionStages.WithAttach<ReturnT>>, LoadBalancingRule.DefinitionStages.WithFloatingIP<ReturnT>, LoadBalancingRule.DefinitionStages.WithIdleTimeoutInMinutes<ReturnT>, LoadBalancingRule.DefinitionStages.WithLoadDistribution<ReturnT>, LoadBalancingRule.DefinitionStages.WithProbe<ReturnT>
- All Known Subinterfaces:
LoadBalancingRule.Definition<ReturnT>, LoadBalancingRule.DefinitionStages.WithBackendPort<ReturnT>
- Enclosing interface:
LoadBalancingRule.DefinitionStages
public static interface LoadBalancingRule.DefinitionStages.WithAttach<ReturnT>
extends Attachable.InDefinition<ReturnT>, LoadBalancingRule.DefinitionStages.WithFloatingIP<ReturnT>, LoadBalancingRule.DefinitionStages.WithIdleTimeoutInMinutes<ReturnT>, LoadBalancingRule.DefinitionStages.WithLoadDistribution<ReturnT>, LoadBalancingRule.DefinitionStages.WithProbe<ReturnT>
The final stage of the load balancing rule definition.
At this stage, any remaining optional settings can be specified, or the load balancing rule definition can be attached to the parent load balancer definition.
-
Method Summary
Methods inherited from interface Attachable.InDefinition
attachMethods inherited from interface HasFloatingIP.DefinitionStages.WithFloatingIP
withFloatingIP, withFloatingIPDisabled, withFloatingIPEnabledMethods inherited from interface LoadBalancingRule.DefinitionStages.WithIdleTimeoutInMinutes
withIdleTimeoutInMinutesMethods inherited from interface LoadBalancingRule.DefinitionStages.WithLoadDistribution
withLoadDistributionMethods inherited from interface LoadBalancingRule.DefinitionStages.WithProbe
withProbe