Interface LoadBalancerOutboundRule.DefinitionStages.WithBackend<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.WithBackend<ParentT>
The stage of an outbound rule definition allowing to specify a backend pool for the rule to apply to.
-
Method Summary
Modifier and TypeMethodDescriptionfromBackend(String name) Specifies a backend for outbound rule to apply to
-
Method Details
-
fromBackend
Specifies a backend for outbound rule to apply to- Parameters:
name- the backend name- Returns:
- the next stage of the definition
-