Package | Description |
---|---|
com.oracle.bmc.loadbalancer.model |
Modifier and Type | Class and Description |
---|---|
class |
ForwardToBackendSet
Action to forward requests to a given backend set.
|
Modifier and Type | Method and Description |
---|---|
List<Action> |
RoutingRule.getActions()
A list of actions to be applied when conditions of the routing rule are met.
|
Modifier and Type | Method and 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 and Description |
---|
RoutingRule(String name,
String condition,
List<Action> actions)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.