Interface LoadBalancer.UpdateStages.WithLoadBalancingRule
- All Known Subinterfaces:
LoadBalancer.Update
- Enclosing interface:
- LoadBalancer.UpdateStages
public static interface LoadBalancer.UpdateStages.WithLoadBalancingRule
The stage of the load balancer update allowing to add, remove or modify load balancing rules.
-
Method Summary
Modifier and TypeMethodDescriptionBegins the definition of a new load balancing rule to add to the load balancer.Begins the description of an update to an existing load balancing rule on this load balancer.Removes the specified load balancing rule from the load balancer, if present.
-
Method Details
-
defineLoadBalancingRule
LoadBalancingRule.UpdateDefinitionStages.Blank<LoadBalancer.Update> defineLoadBalancingRule(String name) Begins the definition of a new load balancing rule to add to the load balancer.- Parameters:
name- the name of the load balancing rule- Returns:
- the first stage of the new load balancing rule definition
-
withoutLoadBalancingRule
Removes the specified load balancing rule from the load balancer, if present.- Parameters:
name- the name of the load balancing rule to remove- Returns:
- the next stage of the update
-
updateLoadBalancingRule
Begins the description of an update to an existing load balancing rule on this load balancer.- Parameters:
name- the name of the load balancing rule to update- Returns:
- the first stage of the load balancing rule update
-