Package com.oracle.bmc.waas.requests
Enum ListWafBlockedRequestsRequest.WafFeature
- java.lang.Object
-
- java.lang.Enum<ListWafBlockedRequestsRequest.WafFeature>
-
- com.oracle.bmc.waas.requests.ListWafBlockedRequestsRequest.WafFeature
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListWafBlockedRequestsRequest.WafFeature>
- Enclosing class:
- ListWafBlockedRequestsRequest
public static enum ListWafBlockedRequestsRequest.WafFeature extends Enum<ListWafBlockedRequestsRequest.WafFeature> implements BmcEnum
Filter stats by the Web Application Firewall feature that triggered the block action.If unspecified, data for all WAF features will be returned.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AccessRules
AddressRateLimiting
Captcha
DeviceFingerprintChallenge
HumanInteractionChallenge
JsChallenge
ProtectionRules
ThreatFeeds
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListWafBlockedRequestsRequest.WafFeature
create(String key)
String
getValue()
static ListWafBlockedRequestsRequest.WafFeature
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListWafBlockedRequestsRequest.WafFeature[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ProtectionRules
public static final ListWafBlockedRequestsRequest.WafFeature ProtectionRules
-
JsChallenge
public static final ListWafBlockedRequestsRequest.WafFeature JsChallenge
-
AccessRules
public static final ListWafBlockedRequestsRequest.WafFeature AccessRules
-
ThreatFeeds
public static final ListWafBlockedRequestsRequest.WafFeature ThreatFeeds
-
HumanInteractionChallenge
public static final ListWafBlockedRequestsRequest.WafFeature HumanInteractionChallenge
-
DeviceFingerprintChallenge
public static final ListWafBlockedRequestsRequest.WafFeature DeviceFingerprintChallenge
-
Captcha
public static final ListWafBlockedRequestsRequest.WafFeature Captcha
-
AddressRateLimiting
public static final ListWafBlockedRequestsRequest.WafFeature AddressRateLimiting
-
-
Method Detail
-
values
public static ListWafBlockedRequestsRequest.WafFeature[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ListWafBlockedRequestsRequest.WafFeature c : ListWafBlockedRequestsRequest.WafFeature.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ListWafBlockedRequestsRequest.WafFeature valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static ListWafBlockedRequestsRequest.WafFeature create(String key)
-
-