Package | Description |
---|---|
com.oracle.bmc.networkfirewall | |
com.oracle.bmc.networkfirewall.model | |
com.oracle.bmc.networkfirewall.requests |
Modifier and Type | Method and Description |
---|---|
static LifecycleState |
LifecycleState.create(String key) |
LifecycleState |
NetworkFirewallPolicy.getLifecycleState()
The current state of the Network Firewall Policy.
|
LifecycleState |
NetworkFirewallSummary.getLifecycleState()
The current state of the Network Firewall.
|
LifecycleState |
NetworkFirewallPolicySummary.getLifecycleState()
The current lifecycle state of the Network Firewall Policy.
|
LifecycleState |
NetworkFirewall.getLifecycleState()
The current state of the Network Firewall.
|
static LifecycleState |
LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleState[] |
LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
NetworkFirewallPolicy.Builder |
NetworkFirewallPolicy.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the Network Firewall Policy.
|
NetworkFirewallSummary.Builder |
NetworkFirewallSummary.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the Network Firewall.
|
NetworkFirewallPolicySummary.Builder |
NetworkFirewallPolicySummary.Builder.lifecycleState(LifecycleState lifecycleState)
The current lifecycle state of the Network Firewall Policy.
|
NetworkFirewall.Builder |
NetworkFirewall.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the Network Firewall.
|
Constructor and Description |
---|
NetworkFirewall(String id,
String compartmentId,
String displayName,
String subnetId,
String ipv4Address,
String ipv6Address,
String networkFirewallPolicyId,
String availabilityDomain,
List<String> networkSecurityGroupIds,
Date timeCreated,
Date timeUpdated,
LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
NetworkFirewallPolicy(String id,
String compartmentId,
String displayName,
Date timeCreated,
Date timeUpdated,
LifecycleState lifecycleState,
String lifecycleDetails,
Integer attachedNetworkFirewallCount,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
NetworkFirewallPolicySummary(String id,
String compartmentId,
String displayName,
Date timeCreated,
Date timeUpdated,
LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
NetworkFirewallSummary(String id,
String compartmentId,
String displayName,
String subnetId,
String availabilityDomain,
String ipv4Address,
String ipv6Address,
String networkFirewallPolicyId,
Date timeCreated,
Date timeUpdated,
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 |
---|---|
LifecycleState |
ListNetworkFirewallPoliciesRequest.getLifecycleState()
A filter to return only resources with a lifecycleState matching the given value.
|
LifecycleState |
ListNetworkFirewallsRequest.getLifecycleState()
A filter to return only resources with a lifecycleState matching the given value.
|
Modifier and Type | Method and Description |
---|---|
ListNetworkFirewallPoliciesRequest.Builder |
ListNetworkFirewallPoliciesRequest.Builder.lifecycleState(LifecycleState lifecycleState)
A filter to return only resources with a lifecycleState matching the given value.
|
ListNetworkFirewallsRequest.Builder |
ListNetworkFirewallsRequest.Builder.lifecycleState(LifecycleState lifecycleState)
A filter to return only resources with a lifecycleState matching the given value.
|
Copyright © 2016–2024. All rights reserved.