Uses of Class
com.oracle.bmc.loadbalancer.model.Action
- 
Packages that use Action Package Description com.oracle.bmc.loadbalancer.model 
- 
- 
Uses of Action in com.oracle.bmc.loadbalancer.modelSubclasses of Action in com.oracle.bmc.loadbalancer.model Modifier and Type Class Description classForwardToBackendSetAction to forward requests to a given backend set.Methods in com.oracle.bmc.loadbalancer.model that return types with arguments of type Action Modifier and Type Method Description List<Action>RoutingRule. getActions()A list of actions to be applied when conditions of the routing rule are met.Method parameters in com.oracle.bmc.loadbalancer.model with type arguments of type Action Modifier and Type Method Description RoutingRule.BuilderRoutingRule.Builder. actions(List<Action> actions)A list of actions to be applied when conditions of the routing rule are met.Constructor parameters in com.oracle.bmc.loadbalancer.model with type arguments of type Action Constructor Description RoutingRule(String name, String condition, List<Action> actions)Deprecated.
 
-