Uses of Class
com.oracle.bmc.waas.model.ProtectionSettings.BlockAction
-
Packages that use ProtectionSettings.BlockAction Package Description com.oracle.bmc.waas.model -
-
Uses of ProtectionSettings.BlockAction in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return ProtectionSettings.BlockAction Modifier and Type Method 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.Methods in com.oracle.bmc.waas.model with parameters of type ProtectionSettings.BlockAction Modifier and Type Method 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.Constructors in com.oracle.bmc.waas.model with parameters of type ProtectionSettings.BlockAction Constructor 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.
-