Interface LoadBalancerOutboundRule.UpdateStages.WithFrontend<ParentT>
- All Known Subinterfaces:
LoadBalancerOutboundRule.Update<ParentT>
- Enclosing interface:
LoadBalancerOutboundRule.UpdateStages
public static interface LoadBalancerOutboundRule.UpdateStages.WithFrontend<ParentT>
The stage of an outbound rule update allowing to specify a frontend for the rule to apply to.
-
Method Summary
Modifier and TypeMethodDescriptiontoFrontend(String name) Specifies the frontend IP AddresstoFrontends(List<String> names) Specifies the frontend IP Addresses
-
Method Details
-
toFrontend
Specifies the frontend IP Address- Parameters:
name- frontend name- Returns:
- the next stage of the update
-
toFrontends
Specifies the frontend IP Addresses- Parameters:
names- a list of frontend names- Returns:
- the next stage of the update
-