Package | Description |
---|---|
com.oracle.bmc.waas.model |
Modifier and Type | Method and Description |
---|---|
static ProtectionSettings.BlockAction |
ProtectionSettings.BlockAction.create(String key) |
ProtectionSettings.BlockAction |
ProtectionSettings.getBlockAction()
If
action is set to BLOCK , this specifies how the traffic is blocked when
detected as malicious by a protection rule. |
static ProtectionSettings.BlockAction |
ProtectionSettings.BlockAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtectionSettings.BlockAction[] |
ProtectionSettings.BlockAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ProtectionSettings.Builder |
ProtectionSettings.Builder.blockAction(ProtectionSettings.BlockAction blockAction)
If
action is set to BLOCK , this specifies how the traffic is blocked when
detected as malicious by a protection rule. |
Constructor and Description |
---|
ProtectionSettings(ProtectionSettings.BlockAction blockAction,
Integer blockResponseCode,
String blockErrorPageMessage,
String blockErrorPageCode,
String blockErrorPageDescription,
Integer maxArgumentCount,
Integer maxNameLengthPerArgument,
Integer maxTotalNameLengthOfArguments,
Integer recommendationsPeriodInDays,
Boolean isResponseInspected,
Integer maxResponseSizeInKiB,
List<ProtectionSettings.AllowedHttpMethods> allowedHttpMethods,
List<String> mediaTypes)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.