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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadBalancerOutboundRule.Update<ParentT>toFrontend(String name)Specifies the frontend IP AddressLoadBalancerOutboundRule.Update<ParentT>toFrontends(List<String> names)Specifies the frontend IP Addresses
-
-
-
Method Detail
-
toFrontend
LoadBalancerOutboundRule.Update<ParentT> toFrontend(String name)
Specifies the frontend IP Address- Parameters:
name- frontend name- Returns:
- the next stage of the update
-
toFrontends
LoadBalancerOutboundRule.Update<ParentT> toFrontends(List<String> names)
Specifies the frontend IP Addresses- Parameters:
names- a list of frontend names- Returns:
- the next stage of the update
-
-