Uses of Class
com.oracle.bmc.networkfirewall.model.LifecycleState
-
Packages that use LifecycleState Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.model com.oracle.bmc.networkfirewall.requests -
-
Uses of LifecycleState in com.oracle.bmc.networkfirewall
-
Uses of LifecycleState in com.oracle.bmc.networkfirewall.model
Methods in com.oracle.bmc.networkfirewall.model that return LifecycleState Modifier and Type Method Description static LifecycleState
LifecycleState. create(String key)
LifecycleState
NetworkFirewall. getLifecycleState()
The current state of the Network Firewall.LifecycleState
NetworkFirewallPolicy. getLifecycleState()
The current state of the Network Firewall Policy.LifecycleState
NetworkFirewallPolicySummary. getLifecycleState()
The current lifecycle state of the Network Firewall Policy.LifecycleState
NetworkFirewallSummary. 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.Methods in com.oracle.bmc.networkfirewall.model with parameters of type LifecycleState Modifier and Type Method Description NetworkFirewall.Builder
NetworkFirewall.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the Network Firewall.NetworkFirewallPolicy.Builder
NetworkFirewallPolicy.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the Network Firewall Policy.NetworkFirewallPolicySummary.Builder
NetworkFirewallPolicySummary.Builder. lifecycleState(LifecycleState lifecycleState)
The current lifecycle state of the Network Firewall Policy.NetworkFirewallSummary.Builder
NetworkFirewallSummary.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the Network Firewall.Constructors in com.oracle.bmc.networkfirewall.model with parameters of type LifecycleState Constructor 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. -
Uses of LifecycleState in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.networkfirewall.requests with parameters of type LifecycleState Modifier and Type Method 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.
-