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.model
Subclasses of Action in com.oracle.bmc.loadbalancer.model Modifier and Type Class Description class
ForwardToBackendSet
Action 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.Builder
RoutingRule.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.
-