Package | Description |
---|---|
com.oracle.bmc.waf.model |
Modifier and Type | Method and Description |
---|---|
ResponseProtection |
ResponseProtection.Builder.build() |
ResponseProtection |
UpdateWebAppFirewallPolicyDetails.getResponseProtection() |
ResponseProtection |
CreateWebAppFirewallPolicyDetails.getResponseProtection() |
ResponseProtection |
WebAppFirewallPolicy.getResponseProtection() |
Modifier and Type | Method and Description |
---|---|
ResponseProtection.Builder |
ResponseProtection.Builder.copy(ResponseProtection model) |
UpdateWebAppFirewallPolicyDetails.Builder |
UpdateWebAppFirewallPolicyDetails.Builder.responseProtection(ResponseProtection responseProtection) |
CreateWebAppFirewallPolicyDetails.Builder |
CreateWebAppFirewallPolicyDetails.Builder.responseProtection(ResponseProtection responseProtection) |
WebAppFirewallPolicy.Builder |
WebAppFirewallPolicy.Builder.responseProtection(ResponseProtection responseProtection) |
Constructor and Description |
---|
CreateWebAppFirewallPolicyDetails(String displayName,
String compartmentId,
List<Action> actions,
RequestAccessControl requestAccessControl,
RequestRateLimiting requestRateLimiting,
RequestProtection requestProtection,
ResponseAccessControl responseAccessControl,
ResponseProtection responseProtection,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
UpdateWebAppFirewallPolicyDetails(String displayName,
List<Action> actions,
RequestAccessControl requestAccessControl,
RequestRateLimiting requestRateLimiting,
RequestProtection requestProtection,
ResponseAccessControl responseAccessControl,
ResponseProtection responseProtection,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
WebAppFirewallPolicy(String id,
String displayName,
String compartmentId,
Date timeCreated,
Date timeUpdated,
WebAppFirewallPolicy.LifecycleState lifecycleState,
String lifecycleDetails,
List<Action> actions,
RequestAccessControl requestAccessControl,
RequestRateLimiting requestRateLimiting,
RequestProtection requestProtection,
ResponseAccessControl responseAccessControl,
ResponseProtection responseProtection,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.