Package | Description |
---|---|
com.oracle.bmc.waf | |
com.oracle.bmc.waf.model | |
com.oracle.bmc.waf.requests |
Modifier and Type | Method and Description |
---|---|
static WebAppFirewallPolicy.LifecycleState |
WebAppFirewallPolicy.LifecycleState.create(String key) |
WebAppFirewallPolicy.LifecycleState |
WebAppFirewallPolicySummary.getLifecycleState()
The current state of the WebAppFirewallPolicy.
|
WebAppFirewallPolicy.LifecycleState |
WebAppFirewallPolicy.getLifecycleState()
The current state of the WebAppFirewallPolicy.
|
static WebAppFirewallPolicy.LifecycleState |
WebAppFirewallPolicy.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebAppFirewallPolicy.LifecycleState[] |
WebAppFirewallPolicy.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
WebAppFirewallPolicySummary.Builder |
WebAppFirewallPolicySummary.Builder.lifecycleState(WebAppFirewallPolicy.LifecycleState lifecycleState)
The current state of the WebAppFirewallPolicy.
|
WebAppFirewallPolicy.Builder |
WebAppFirewallPolicy.Builder.lifecycleState(WebAppFirewallPolicy.LifecycleState lifecycleState)
The current state of the WebAppFirewallPolicy.
|
Constructor and Description |
---|
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.
|
WebAppFirewallPolicySummary(String id,
String displayName,
String compartmentId,
Date timeCreated,
Date timeUpdated,
WebAppFirewallPolicy.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<WebAppFirewallPolicy.LifecycleState> |
ListWebAppFirewallPoliciesRequest.getLifecycleState()
A filter to return only resources that match the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListWebAppFirewallPoliciesRequest.Builder |
ListWebAppFirewallPoliciesRequest.Builder.lifecycleState(WebAppFirewallPolicy.LifecycleState singularValue)
Singular setter.
|
Modifier and Type | Method and Description |
---|---|
ListWebAppFirewallPoliciesRequest.Builder |
ListWebAppFirewallPoliciesRequest.Builder.lifecycleState(List<WebAppFirewallPolicy.LifecycleState> lifecycleState)
A filter to return only resources that match the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.