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