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
Modifier and TypeMethodDescriptiontoFrontend(String name) Specifies a frontend for outbound rule to apply totoFrontends(List<String> names) Specifies a list of frontends for outbound rule to apply to
-
Method Details
-
toFrontend
Specifies a frontend for outbound rule to apply to- Parameters:
name- the frontend name- Returns:
- the next stage of the definition
-
toFrontends
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
-