Package | Description |
---|---|
com.oracle.bmc.waf.model |
Modifier and Type | Method and Description |
---|---|
static WebAppFirewallPolicyRule.ConditionLanguage |
WebAppFirewallPolicyRule.ConditionLanguage.create(String key) |
WebAppFirewallPolicyRule.ConditionLanguage |
WebAppFirewallPolicyRule.getConditionLanguage()
The language used to parse condition from field
condition . |
static WebAppFirewallPolicyRule.ConditionLanguage |
WebAppFirewallPolicyRule.ConditionLanguage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebAppFirewallPolicyRule.ConditionLanguage[] |
WebAppFirewallPolicyRule.ConditionLanguage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AccessControlRule.Builder |
AccessControlRule.Builder.conditionLanguage(WebAppFirewallPolicyRule.ConditionLanguage conditionLanguage) |
RequestRateLimitingRule.Builder |
RequestRateLimitingRule.Builder.conditionLanguage(WebAppFirewallPolicyRule.ConditionLanguage conditionLanguage) |
ProtectionRule.Builder |
ProtectionRule.Builder.conditionLanguage(WebAppFirewallPolicyRule.ConditionLanguage conditionLanguage) |
Constructor and Description |
---|
AccessControlRule(String name,
WebAppFirewallPolicyRule.ConditionLanguage conditionLanguage,
String condition,
String actionName)
Deprecated.
|
ProtectionRule(String name,
WebAppFirewallPolicyRule.ConditionLanguage conditionLanguage,
String condition,
String actionName,
List<ProtectionCapability> protectionCapabilities,
ProtectionCapabilitySettings protectionCapabilitySettings,
Boolean isBodyInspectionEnabled)
Deprecated.
|
RequestRateLimitingRule(String name,
WebAppFirewallPolicyRule.ConditionLanguage conditionLanguage,
String condition,
String actionName,
List<RequestRateLimitingConfiguration> configurations)
Deprecated.
|
WebAppFirewallPolicyRule(String name,
WebAppFirewallPolicyRule.ConditionLanguage conditionLanguage,
String condition,
String actionName)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.