Uses of Class
com.oracle.bmc.waf.model.NetworkAddressList.LifecycleState
-
Packages that use NetworkAddressList.LifecycleState Package Description com.oracle.bmc.waf com.oracle.bmc.waf.model com.oracle.bmc.waf.requests -
-
Uses of NetworkAddressList.LifecycleState in com.oracle.bmc.waf
Methods in com.oracle.bmc.waf with parameters of type NetworkAddressList.LifecycleState Modifier and Type Method Description Waiter<GetNetworkAddressListRequest,GetNetworkAddressListResponse>
WafWaiters. forNetworkAddressList(GetNetworkAddressListRequest request, NetworkAddressList.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetNetworkAddressListRequest,GetNetworkAddressListResponse>
WafWaiters. forNetworkAddressList(GetNetworkAddressListRequest request, NetworkAddressList.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetNetworkAddressListRequest,GetNetworkAddressListResponse>
WafWaiters. forNetworkAddressList(GetNetworkAddressListRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, NetworkAddressList.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of NetworkAddressList.LifecycleState in com.oracle.bmc.waf.model
Methods in com.oracle.bmc.waf.model that return NetworkAddressList.LifecycleState Modifier and Type Method Description static NetworkAddressList.LifecycleState
NetworkAddressList.LifecycleState. create(String key)
NetworkAddressList.LifecycleState
NetworkAddressList. getLifecycleState()
The current state of the NetworkAddressList.NetworkAddressList.LifecycleState
NetworkAddressListSummary. getLifecycleState()
The current state of the NetworkAddress List.static NetworkAddressList.LifecycleState
NetworkAddressList.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static NetworkAddressList.LifecycleState[]
NetworkAddressList.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.waf.model with parameters of type NetworkAddressList.LifecycleState Modifier and Type Method Description NetworkAddressListAddresses.Builder
NetworkAddressListAddresses.Builder. lifecycleState(NetworkAddressList.LifecycleState lifecycleState)
NetworkAddressListAddressesSummary.Builder
NetworkAddressListAddressesSummary.Builder. lifecycleState(NetworkAddressList.LifecycleState lifecycleState)
NetworkAddressListVcnAddresses.Builder
NetworkAddressListVcnAddresses.Builder. lifecycleState(NetworkAddressList.LifecycleState lifecycleState)
NetworkAddressListVcnAddressesSummary.Builder
NetworkAddressListVcnAddressesSummary.Builder. lifecycleState(NetworkAddressList.LifecycleState lifecycleState)
Constructors in com.oracle.bmc.waf.model with parameters of type NetworkAddressList.LifecycleState Constructor Description NetworkAddressList(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, NetworkAddressList.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.NetworkAddressListAddresses(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, NetworkAddressList.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<String> addresses)
Deprecated.NetworkAddressListAddressesSummary(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, NetworkAddressList.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<String> addresses)
Deprecated.NetworkAddressListSummary(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, NetworkAddressList.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.NetworkAddressListVcnAddresses(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, NetworkAddressList.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<PrivateAddresses> vcnAddresses)
Deprecated.NetworkAddressListVcnAddressesSummary(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, NetworkAddressList.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<PrivateAddresses> vcnAddresses)
Deprecated. -
Uses of NetworkAddressList.LifecycleState in com.oracle.bmc.waf.requests
Methods in com.oracle.bmc.waf.requests that return types with arguments of type NetworkAddressList.LifecycleState Modifier and Type Method Description List<NetworkAddressList.LifecycleState>
ListNetworkAddressListsRequest. getLifecycleState()
A filter to return only resources that match the given lifecycleState.Methods in com.oracle.bmc.waf.requests with parameters of type NetworkAddressList.LifecycleState Modifier and Type Method Description ListNetworkAddressListsRequest.Builder
ListNetworkAddressListsRequest.Builder. lifecycleState(NetworkAddressList.LifecycleState singularValue)
Singular setter.Method parameters in com.oracle.bmc.waf.requests with type arguments of type NetworkAddressList.LifecycleState Modifier and Type Method Description ListNetworkAddressListsRequest.Builder
ListNetworkAddressListsRequest.Builder. lifecycleState(List<NetworkAddressList.LifecycleState> lifecycleState)
A filter to return only resources that match the given lifecycleState.
-