Package | Description |
---|---|
com.oracle.bmc.waas.model | |
com.oracle.bmc.waas.requests | |
com.oracle.bmc.waas.responses |
Modifier and Type | Method and Description |
---|---|
ProtectionSettings |
ProtectionSettings.Builder.build() |
ProtectionSettings |
WafConfig.getProtectionSettings()
The settings to apply to protection rules.
|
ProtectionSettings |
WafConfigDetails.getProtectionSettings()
The settings applied to protection rules.
|
Modifier and Type | Method and Description |
---|---|
ProtectionSettings.Builder |
ProtectionSettings.Builder.copy(ProtectionSettings model) |
WafConfig.Builder |
WafConfig.Builder.protectionSettings(ProtectionSettings protectionSettings)
The settings to apply to protection rules.
|
WafConfigDetails.Builder |
WafConfigDetails.Builder.protectionSettings(ProtectionSettings protectionSettings)
The settings applied to protection rules.
|
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 |
---|---|
ProtectionSettings |
UpdateProtectionSettingsRequest.getBody$()
Alternative accessor for the body parameter.
|
ProtectionSettings |
UpdateProtectionSettingsRequest.getUpdateProtectionSettingsDetails()
The details of the protection settings to be updated.
|
Modifier and Type | Method and Description |
---|---|
UpdateProtectionSettingsRequest.Builder |
UpdateProtectionSettingsRequest.Builder.body$(ProtectionSettings body)
Alternative setter for the body parameter.
|
UpdateProtectionSettingsRequest.Builder |
UpdateProtectionSettingsRequest.Builder.updateProtectionSettingsDetails(ProtectionSettings updateProtectionSettingsDetails)
The details of the protection settings to be updated.
|
Modifier and Type | Method and Description |
---|---|
ProtectionSettings |
GetProtectionSettingsResponse.getProtectionSettings()
The returned
ProtectionSettings instance. |
Modifier and Type | Method and Description |
---|---|
GetProtectionSettingsResponse.Builder |
GetProtectionSettingsResponse.Builder.protectionSettings(ProtectionSettings protectionSettings)
The returned
ProtectionSettings instance. |
Copyright © 2016–2024. All rights reserved.