Package | Description |
---|---|
com.oracle.bmc.waas.model |
Modifier and Type | Method and Description |
---|---|
static WafBlockedRequest.WafFeature |
WafBlockedRequest.WafFeature.create(String key) |
WafBlockedRequest.WafFeature |
WafBlockedRequest.getWafFeature()
The specific Web Application Firewall feature that blocked the requests, such as JavaScript
Challenge or Access Control.
|
static WafBlockedRequest.WafFeature |
WafBlockedRequest.WafFeature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WafBlockedRequest.WafFeature[] |
WafBlockedRequest.WafFeature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
WafBlockedRequest.Builder |
WafBlockedRequest.Builder.wafFeature(WafBlockedRequest.WafFeature wafFeature)
The specific Web Application Firewall feature that blocked the requests, such as
JavaScript Challenge or Access Control.
|
Constructor and Description |
---|
WafBlockedRequest(Date timeObserved,
Integer timeRangeInSeconds,
WafBlockedRequest.WafFeature wafFeature,
Integer count)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.