Package | Description |
---|---|
com.oracle.bmc.waas.model | |
com.oracle.bmc.waas.requests |
Modifier and Type | Method and Description |
---|---|
CustomProtectionRuleSetting |
CustomProtectionRuleSetting.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<CustomProtectionRuleSetting> |
WafConfig.getCustomProtectionRules()
A list of the custom protection rule OCIDs and their actions.
|
List<CustomProtectionRuleSetting> |
WafConfigDetails.getCustomProtectionRules()
A list of the custom protection rule OCIDs and their actions.
|
Modifier and Type | Method and Description |
---|---|
CustomProtectionRuleSetting.Builder |
CustomProtectionRuleSetting.Builder.copy(CustomProtectionRuleSetting model) |
Modifier and Type | Method and Description |
---|---|
WafConfig.Builder |
WafConfig.Builder.customProtectionRules(List<CustomProtectionRuleSetting> customProtectionRules)
A list of the custom protection rule OCIDs and their actions.
|
WafConfigDetails.Builder |
WafConfigDetails.Builder.customProtectionRules(List<CustomProtectionRuleSetting> customProtectionRules)
A list of the custom protection rule OCIDs and their actions.
|
Constructor and Description |
---|
WafConfig(List<AccessRule> accessRules,
AddressRateLimiting addressRateLimiting,
List<Captcha> captchas,
DeviceFingerprintChallenge deviceFingerprintChallenge,
List<GoodBot> goodBots,
HumanInteractionChallenge humanInteractionChallenge,
JsChallenge jsChallenge,
String origin,
List<CachingRule> cachingRules,
List<CustomProtectionRuleSetting> customProtectionRules,
List<String> originGroups,
List<ProtectionRule> protectionRules,
ProtectionSettings protectionSettings,
List<ThreatFeed> threatFeeds,
List<Whitelist> whitelists)
Deprecated.
|
WafConfigDetails(List<AccessRule> accessRules,
AddressRateLimiting addressRateLimiting,
List<Captcha> captchas,
DeviceFingerprintChallenge deviceFingerprintChallenge,
HumanInteractionChallenge humanInteractionChallenge,
JsChallenge jsChallenge,
String origin,
List<CachingRule> cachingRules,
List<CustomProtectionRuleSetting> customProtectionRules,
List<String> originGroups,
ProtectionSettings protectionSettings,
List<Whitelist> whitelists)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<CustomProtectionRuleSetting> |
UpdateWaasPolicyCustomProtectionRulesRequest.getBody$()
Alternative accessor for the body parameter.
|
List<CustomProtectionRuleSetting> |
UpdateWaasPolicyCustomProtectionRulesRequest.getUpdateCustomProtectionRulesDetails() |
Modifier and Type | Method and Description |
---|---|
UpdateWaasPolicyCustomProtectionRulesRequest.Builder |
UpdateWaasPolicyCustomProtectionRulesRequest.Builder.updateCustomProtectionRulesDetails(CustomProtectionRuleSetting singularValue)
Singular setter.
|
Modifier and Type | Method and Description |
---|---|
UpdateWaasPolicyCustomProtectionRulesRequest.Builder |
UpdateWaasPolicyCustomProtectionRulesRequest.Builder.body$(List<CustomProtectionRuleSetting> body)
Alternative setter for the body parameter.
|
UpdateWaasPolicyCustomProtectionRulesRequest.Builder |
UpdateWaasPolicyCustomProtectionRulesRequest.Builder.updateCustomProtectionRulesDetails(List<CustomProtectionRuleSetting> updateCustomProtectionRulesDetails) |
Copyright © 2016–2024. All rights reserved.