Class RequestRateLimitingRule
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.waf.model.WebAppFirewallPolicyRule
-
- com.oracle.bmc.waf.model.RequestRateLimitingRule
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20210930") public final class RequestRateLimitingRule extends WebAppFirewallPolicyRule
Rule that represents RequestRateLimitingConfigurations.Only actions of the following types are allowed to be referenced in this rule: * CHECK * RETURN_HTTP_RESPONSE
Note: Objects should always be created or deserialized using theRequestRateLimitingRule.Builder
. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theRequestRateLimitingRule.Builder
, which maintain a set of all explicitly set fields calledRequestRateLimitingRule.Builder.__explicitlySet__
. ThehashCode()
andequals(Object)
methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RequestRateLimitingRule.Builder
-
Nested classes/interfaces inherited from class com.oracle.bmc.waf.model.WebAppFirewallPolicyRule
WebAppFirewallPolicyRule.ConditionLanguage, WebAppFirewallPolicyRule.Type
-
-
Constructor Summary
Constructors Constructor Description RequestRateLimitingRule(String name, WebAppFirewallPolicyRule.ConditionLanguage conditionLanguage, String condition, String actionName, List<RequestRateLimitingConfiguration> configurations)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RequestRateLimitingRule.Builder
builder()
Create a new builder.boolean
equals(Object o)
List<RequestRateLimitingConfiguration>
getConfigurations()
Rate Limiting Configurations.int
hashCode()
RequestRateLimitingRule.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.-
Methods inherited from class com.oracle.bmc.waf.model.WebAppFirewallPolicyRule
getActionName, getCondition, getConditionLanguage, getName
-
-
-
-
Constructor Detail
-
RequestRateLimitingRule
@Deprecated public RequestRateLimitingRule(String name, WebAppFirewallPolicyRule.ConditionLanguage conditionLanguage, String condition, String actionName, List<RequestRateLimitingConfiguration> configurations)
Deprecated.
-
-
Method Detail
-
builder
public static RequestRateLimitingRule.Builder builder()
Create a new builder.
-
toBuilder
public RequestRateLimitingRule.Builder toBuilder()
-
getConfigurations
public List<RequestRateLimitingConfiguration> getConfigurations()
Rate Limiting Configurations.Each configuration counts requests towards its own requestsLimit.
- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classWebAppFirewallPolicyRule
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classWebAppFirewallPolicyRule
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classWebAppFirewallPolicyRule
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classWebAppFirewallPolicyRule
-
-