Interface LoadBalancer.DefinitionStages.WithOutboundRule
- All Known Subinterfaces:
LoadBalancer.Definition,LoadBalancer.DefinitionStages.WithCreateAndOutboundRule
- Enclosing interface:
- LoadBalancer.DefinitionStages
public static interface LoadBalancer.DefinitionStages.WithOutboundRule
The stage of a load balancer definition allowing to create a new outbound rule
-
Method Summary
Modifier and TypeMethodDescriptionLoadBalancerOutboundRule.DefinitionStages.Blank<? extends LoadBalancer.DefinitionStages.WithCreateAndOutboundRule>defineOutboundRule(String name) Begins the definition of a new outbound rule to add to the load balancer
-
Method Details
-
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
-