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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadBalancerOutboundRule.DefinitionStages.WithFrontend<ParentT>fromBackend(String name)Specifies a backend for outbound rule to apply to
-
-
-
Method Detail
-
fromBackend
LoadBalancerOutboundRule.DefinitionStages.WithFrontend<ParentT> fromBackend(String name)
Specifies a backend for outbound rule to apply to- Parameters:
name- the backend name- Returns:
- the next stage of the definition
-
-