Interface LoadBalancingRule.DefinitionStages.WithLoadDistribution<ReturnT>
-
- Type Parameters:
ReturnT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
LoadBalancingRule.Definition<ReturnT>,LoadBalancingRule.DefinitionStages.WithAttach<ReturnT>,LoadBalancingRule.DefinitionStages.WithBackendPort<ReturnT>
- Enclosing interface:
- LoadBalancingRule.DefinitionStages
public static interface LoadBalancingRule.DefinitionStages.WithLoadDistribution<ReturnT>The stage of a load balancing rule definition allowing to specify the load distribution.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadBalancingRule.DefinitionStages.WithAttach<ReturnT>withLoadDistribution(LoadDistribution loadDistribution)Specifies the load distribution mode.
-
-
-
Method Detail
-
withLoadDistribution
LoadBalancingRule.DefinitionStages.WithAttach<ReturnT> withLoadDistribution(LoadDistribution loadDistribution)
Specifies the load distribution mode.- Parameters:
loadDistribution- a supported load distribution mode- Returns:
- the next stage of the definition
-
-