Package | Description |
---|---|
com.oracle.bmc.waas.model |
Modifier and Type | Method and Description |
---|---|
static ThreatFeed.Action |
ThreatFeed.Action.create(String key) |
ThreatFeed.Action |
ThreatFeed.getAction()
The action to take when traffic is flagged as malicious by data from the threat intelligence
feed.
|
static ThreatFeed.Action |
ThreatFeed.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThreatFeed.Action[] |
ThreatFeed.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ThreatFeed.Builder |
ThreatFeed.Builder.action(ThreatFeed.Action action)
The action to take when traffic is flagged as malicious by data from the threat
intelligence feed.
|
Constructor and Description |
---|
ThreatFeed(String key,
String name,
ThreatFeed.Action action,
String description)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.