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 settings used to limit the number of requests from an IP address.
|
Modifier and Type | Method and Description |
---|---|
WafConfig.Builder |
WafConfig.Builder.addressRateLimiting(AddressRateLimiting addressRateLimiting)
The IP address rate limiting settings used to limit the number of requests from an
address.
|
WafConfigDetails.Builder |
WafConfigDetails.Builder.addressRateLimiting(AddressRateLimiting addressRateLimiting)
The settings used to limit the number of requests from an IP address.
|
AddressRateLimiting.Builder |
AddressRateLimiting.Builder.copy(AddressRateLimiting model) |
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 |
---|---|
AddressRateLimiting |
UpdateWafAddressRateLimitingRequest.getBody$()
Alternative accessor for the body parameter.
|
AddressRateLimiting |
UpdateWafAddressRateLimitingRequest.getUpdateWafAddressRateLimitingDetails()
The address rate limiting settings.
|
Modifier and Type | Method and Description |
---|---|
UpdateWafAddressRateLimitingRequest.Builder |
UpdateWafAddressRateLimitingRequest.Builder.body$(AddressRateLimiting body)
Alternative setter for the body parameter.
|
UpdateWafAddressRateLimitingRequest.Builder |
UpdateWafAddressRateLimitingRequest.Builder.updateWafAddressRateLimitingDetails(AddressRateLimiting updateWafAddressRateLimitingDetails)
The address rate limiting settings.
|
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)
The returned
AddressRateLimiting instance. |
Copyright © 2016–2024. All rights reserved.