Interface LoadBalancingRule.UpdateDefinitionStages.WithLoadDistribution<ReturnT>
-
- Type Parameters:
ReturnT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
LoadBalancingRule.UpdateDefinition<ReturnT>,LoadBalancingRule.UpdateDefinitionStages.WithAttach<ReturnT>,LoadBalancingRule.UpdateDefinitionStages.WithBackendPort<ReturnT>
- Enclosing interface:
- LoadBalancingRule.UpdateDefinitionStages
public static interface LoadBalancingRule.UpdateDefinitionStages.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.UpdateDefinitionStages.WithAttach<ReturnT>withLoadDistribution(LoadDistribution loadDistribution)Specifies the load distribution mode.
-
-
-
Method Detail
-
withLoadDistribution
LoadBalancingRule.UpdateDefinitionStages.WithAttach<ReturnT> withLoadDistribution(LoadDistribution loadDistribution)
Specifies the load distribution mode.- Parameters:
loadDistribution- a supported load distribution mode- Returns:
- the next stage of the definition
-
-