Package | Description |
---|---|
com.oracle.bmc.waf | |
com.oracle.bmc.waf.model | |
com.oracle.bmc.waf.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetWebAppFirewallRequest,GetWebAppFirewallResponse> |
WafWaiters.forWebAppFirewall(GetWebAppFirewallRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
WebAppFirewall.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetWebAppFirewallRequest,GetWebAppFirewallResponse> |
WafWaiters.forWebAppFirewall(GetWebAppFirewallRequest request,
WebAppFirewall.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetWebAppFirewallRequest,GetWebAppFirewallResponse> |
WafWaiters.forWebAppFirewall(GetWebAppFirewallRequest request,
WebAppFirewall.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static WebAppFirewall.LifecycleState |
WebAppFirewall.LifecycleState.create(String key) |
WebAppFirewall.LifecycleState |
WebAppFirewallSummary.getLifecycleState()
The current state of the WebAppFirewall.
|
WebAppFirewall.LifecycleState |
WebAppFirewall.getLifecycleState()
The current state of the WebAppFirewall.
|
static WebAppFirewall.LifecycleState |
WebAppFirewall.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebAppFirewall.LifecycleState[] |
WebAppFirewall.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
WebAppFirewallLoadBalancer.Builder |
WebAppFirewallLoadBalancer.Builder.lifecycleState(WebAppFirewall.LifecycleState lifecycleState) |
WebAppFirewallLoadBalancerSummary.Builder |
WebAppFirewallLoadBalancerSummary.Builder.lifecycleState(WebAppFirewall.LifecycleState lifecycleState) |
Constructor and Description |
---|
WebAppFirewall(String id,
String displayName,
String compartmentId,
String webAppFirewallPolicyId,
Date timeCreated,
Date timeUpdated,
WebAppFirewall.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
WebAppFirewallLoadBalancer(String id,
String displayName,
String compartmentId,
String webAppFirewallPolicyId,
Date timeCreated,
Date timeUpdated,
WebAppFirewall.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
String loadBalancerId)
Deprecated.
|
WebAppFirewallLoadBalancerSummary(String id,
String displayName,
String compartmentId,
String webAppFirewallPolicyId,
Date timeCreated,
Date timeUpdated,
WebAppFirewall.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
String loadBalancerId)
Deprecated.
|
WebAppFirewallSummary(String id,
String displayName,
String compartmentId,
String webAppFirewallPolicyId,
Date timeCreated,
Date timeUpdated,
WebAppFirewall.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<WebAppFirewall.LifecycleState> |
ListWebAppFirewallsRequest.getLifecycleState()
A filter to return only resources that match the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListWebAppFirewallsRequest.Builder |
ListWebAppFirewallsRequest.Builder.lifecycleState(WebAppFirewall.LifecycleState singularValue)
Singular setter.
|
Modifier and Type | Method and Description |
---|---|
ListWebAppFirewallsRequest.Builder |
ListWebAppFirewallsRequest.Builder.lifecycleState(List<WebAppFirewall.LifecycleState> lifecycleState)
A filter to return only resources that match the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.