Interface LoadBalancer.DefinitionStages.WithOutboundRule
-
- All Known Subinterfaces:
LoadBalancer.Definition,LoadBalancer.DefinitionStages.WithCreateAndOutboundRule
- Enclosing interface:
- LoadBalancer.DefinitionStages
public static interface LoadBalancer.DefinitionStages.WithOutboundRuleThe stage of a load balancer definition allowing to create a new outbound rule
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadBalancerOutboundRule.DefinitionStages.Blank<? extends LoadBalancer.DefinitionStages.WithCreateAndOutboundRule>defineOutboundRule(String name)Begins the definition of a new outbound rule to add to the load balancer
-
-
-
Method Detail
-
defineOutboundRule
LoadBalancerOutboundRule.DefinitionStages.Blank<? extends LoadBalancer.DefinitionStages.WithCreateAndOutboundRule> defineOutboundRule(String name)
Begins the definition of a new outbound rule to add to the load balancer- Parameters:
name- the name of the outbound rule- Returns:
- the first stage of the new outbound rule definition
-
-