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 newWaiterusing the default configuration.Waiter<GetNetworkAddressListRequest,GetNetworkAddressListResponse>WafWaiters. forNetworkAddressList(GetNetworkAddressListRequest request, NetworkAddressList.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetNetworkAddressListRequest,GetNetworkAddressListResponse>WafWaiters. forNetworkAddressList(GetNetworkAddressListRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, NetworkAddressList.LifecycleState... targetStates)Creates a newWaiterusing 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.LifecycleStateNetworkAddressList.LifecycleState. create(String key)NetworkAddressList.LifecycleStateNetworkAddressList. getLifecycleState()The current state of the NetworkAddressList.NetworkAddressList.LifecycleStateNetworkAddressListSummary. getLifecycleState()The current state of the NetworkAddress List.static NetworkAddressList.LifecycleStateNetworkAddressList.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.BuilderNetworkAddressListAddresses.Builder. lifecycleState(NetworkAddressList.LifecycleState lifecycleState)NetworkAddressListAddressesSummary.BuilderNetworkAddressListAddressesSummary.Builder. lifecycleState(NetworkAddressList.LifecycleState lifecycleState)NetworkAddressListVcnAddresses.BuilderNetworkAddressListVcnAddresses.Builder. lifecycleState(NetworkAddressList.LifecycleState lifecycleState)NetworkAddressListVcnAddressesSummary.BuilderNetworkAddressListVcnAddressesSummary.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.BuilderListNetworkAddressListsRequest.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.BuilderListNetworkAddressListsRequest.Builder. lifecycleState(List<NetworkAddressList.LifecycleState> lifecycleState)A filter to return only resources that match the given lifecycleState.
-