Package | Description |
---|---|
com.oracle.bmc.waas.model | |
com.oracle.bmc.waas.requests | |
com.oracle.bmc.waas.responses |
Modifier and Type | Method and Description |
---|---|
AddressRateLimiting |
AddressRateLimiting.Builder.build() |
AddressRateLimiting |
WafConfig.getAddressRateLimiting()
The IP address rate limiting settings used to limit the number of requests from an address.
|
AddressRateLimiting |
WafConfigDetails.getAddressRateLimiting()
The IP address rate limiting settings used to limit the number of requests from an address.
|
Modifier and Type | Method and Description |
---|---|
WafConfig.Builder |
WafConfig.Builder.addressRateLimiting(AddressRateLimiting addressRateLimiting) |
WafConfigDetails.Builder |
WafConfigDetails.Builder.addressRateLimiting(AddressRateLimiting addressRateLimiting) |
AddressRateLimiting.Builder |
AddressRateLimiting.Builder.copy(AddressRateLimiting o) |
Constructor and Description |
---|
WafConfig(List<AccessRule> accessRules,
AddressRateLimiting addressRateLimiting,
List<Captcha> captchas,
DeviceFingerprintChallenge deviceFingerprintChallenge,
List<GoodBot> goodBots,
HumanInteractionChallenge humanInteractionChallenge,
JsChallenge jsChallenge,
String origin,
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,
ProtectionSettings protectionSettings,
List<Whitelist> whitelists)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AddressRateLimiting |
UpdateWafAddressRateLimitingRequest.getUpdateWafAddressRateLimitingDetails()
The address rate limiting settings.
|
Modifier and Type | Method and Description |
---|---|
UpdateWafAddressRateLimitingRequest.Builder |
UpdateWafAddressRateLimitingRequest.Builder.updateWafAddressRateLimitingDetails(AddressRateLimiting updateWafAddressRateLimitingDetails) |
Modifier and Type | Method and Description |
---|---|
AddressRateLimiting |
GetWafAddressRateLimitingResponse.getAddressRateLimiting()
The returned AddressRateLimiting instance.
|
Modifier and Type | Method and Description |
---|---|
GetWafAddressRateLimitingResponse.Builder |
GetWafAddressRateLimitingResponse.Builder.addressRateLimiting(AddressRateLimiting addressRateLimiting) |
Copyright © 2016–2019. All rights reserved.