Interface LoadBalancerOutboundRule.DefinitionStages.WithFrontend<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
LoadBalancerOutboundRule.Definition<ParentT>
- Enclosing interface:
- LoadBalancerOutboundRule.DefinitionStages
public static interface LoadBalancerOutboundRule.DefinitionStages.WithFrontend<ParentT>The stage of an outbound rule definition allowing to specify the frontend IP address.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadBalancerOutboundRule.DefinitionStages.WithAttach<ParentT>toFrontend(String name)Specifies a frontend for outbound rule to apply toLoadBalancerOutboundRule.DefinitionStages.WithAttach<ParentT>toFrontends(List<String> names)Specifies a list of frontends for outbound rule to apply to
-
-
-
Method Detail
-
toFrontend
LoadBalancerOutboundRule.DefinitionStages.WithAttach<ParentT> toFrontend(String name)
Specifies a frontend for outbound rule to apply to- Parameters:
name- the frontend name- Returns:
- the next stage of the definition
-
toFrontends
LoadBalancerOutboundRule.DefinitionStages.WithAttach<ParentT> toFrontends(List<String> names)
Specifies a list of frontends for outbound rule to apply to- Parameters:
names- a list of frontend names- Returns:
- the next stage of the definition
-
-