Uses of Class
com.oracle.bmc.waas.model.AddressRateLimiting
-
Packages that use AddressRateLimiting Package Description com.oracle.bmc.waas.model com.oracle.bmc.waas.requests com.oracle.bmc.waas.responses -
-
Uses of AddressRateLimiting in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return AddressRateLimiting Modifier and Type Method 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.Methods in com.oracle.bmc.waas.model with parameters of type AddressRateLimiting Modifier and Type Method 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)
Constructors in com.oracle.bmc.waas.model with parameters of type AddressRateLimiting Constructor 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. -
Uses of AddressRateLimiting in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return AddressRateLimiting Modifier and Type Method Description AddressRateLimiting
UpdateWafAddressRateLimitingRequest. getBody$()
Alternative accessor for the body parameter.AddressRateLimiting
UpdateWafAddressRateLimitingRequest. getUpdateWafAddressRateLimitingDetails()
The address rate limiting settings.Methods in com.oracle.bmc.waas.requests with parameters of type AddressRateLimiting Modifier and Type Method 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. -
Uses of AddressRateLimiting in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return AddressRateLimiting Modifier and Type Method Description AddressRateLimiting
GetWafAddressRateLimitingResponse. getAddressRateLimiting()
The returned AddressRateLimiting instance.Methods in com.oracle.bmc.waas.responses with parameters of type AddressRateLimiting Modifier and Type Method Description GetWafAddressRateLimitingResponse.Builder
GetWafAddressRateLimitingResponse.Builder. addressRateLimiting(AddressRateLimiting addressRateLimiting)
The returned AddressRateLimiting instance.
-