Interface LoadBalancer.DefinitionStages.WithLoadBalancingRule
-
- All Known Subinterfaces:
LoadBalancer.Definition,LoadBalancer.DefinitionStages.WithLBRuleOrNat,LoadBalancer.DefinitionStages.WithLBRuleOrNatOrCreate
- Enclosing interface:
- LoadBalancer.DefinitionStages
public static interface LoadBalancer.DefinitionStages.WithLoadBalancingRuleThe stage of a load balancer definition allowing to create a load balancing rule.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadBalancingRule.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithLBRuleOrNatOrCreate>defineLoadBalancingRule(String name)Begins the definition of a new load balancing rule to add to the load balancer.
-
-
-
Method Detail
-
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
-
-