Package | Description |
---|---|
com.oracle.bmc.loadbalancer.model |
Modifier and Type | Method and Description |
---|---|
static RoutingPolicy.ConditionLanguageVersion |
RoutingPolicy.ConditionLanguageVersion.create(String key) |
RoutingPolicy.ConditionLanguageVersion |
RoutingPolicy.getConditionLanguageVersion()
The version of the language in which
condition of rules are composed. |
static RoutingPolicy.ConditionLanguageVersion |
RoutingPolicy.ConditionLanguageVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoutingPolicy.ConditionLanguageVersion[] |
RoutingPolicy.ConditionLanguageVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RoutingPolicy.Builder |
RoutingPolicy.Builder.conditionLanguageVersion(RoutingPolicy.ConditionLanguageVersion conditionLanguageVersion)
The version of the language in which
condition of rules are composed. |
Constructor and Description |
---|
RoutingPolicy(String name,
RoutingPolicy.ConditionLanguageVersion conditionLanguageVersion,
List<RoutingRule> rules)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.