Interface LoadBalancer.DefinitionStages.WithLoadBalancingRule
- All Known Subinterfaces:
LoadBalancer.Definition, LoadBalancer.DefinitionStages.WithLBRuleOrNat, LoadBalancer.DefinitionStages.WithLBRuleOrNatOrCreate
- Enclosing interface:
LoadBalancer.DefinitionStages
public static interface LoadBalancer.DefinitionStages.WithLoadBalancingRule
The stage of a load balancer definition allowing to create a load balancing rule.
-
Method Summary
Modifier and TypeMethodDescriptionBegins the definition of a new load balancing rule to add to the load balancer.
-
Method Details
-
defineLoadBalancingRule
LoadBalancingRule.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithLBRuleOrNatOrCreate> 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
-