Uses of Class
com.oracle.bmc.core.model.SecurityList.LifecycleState
-
Packages that use SecurityList.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of SecurityList.LifecycleState in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type SecurityList.LifecycleState Modifier and Type Method Description Waiter<GetSecurityListRequest,GetSecurityListResponse>
VirtualNetworkWaiters. forSecurityList(GetSecurityListRequest request, SecurityList.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetSecurityListRequest,GetSecurityListResponse>
VirtualNetworkWaiters. forSecurityList(GetSecurityListRequest request, SecurityList.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetSecurityListRequest,GetSecurityListResponse>
VirtualNetworkWaiters. forSecurityList(GetSecurityListRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, SecurityList.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of SecurityList.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return SecurityList.LifecycleState Modifier and Type Method Description static SecurityList.LifecycleState
SecurityList.LifecycleState. create(String key)
SecurityList.LifecycleState
SecurityList. getLifecycleState()
The security list’s current state.static SecurityList.LifecycleState
SecurityList.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static SecurityList.LifecycleState[]
SecurityList.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type SecurityList.LifecycleState Modifier and Type Method Description SecurityList.Builder
SecurityList.Builder. lifecycleState(SecurityList.LifecycleState lifecycleState)
The security list’s current state.Constructors in com.oracle.bmc.core.model with parameters of type SecurityList.LifecycleState Constructor Description SecurityList(String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, List<EgressSecurityRule> egressSecurityRules, Map<String,String> freeformTags, String id, List<IngressSecurityRule> ingressSecurityRules, SecurityList.LifecycleState lifecycleState, Date timeCreated, String vcnId)
Deprecated. -
Uses of SecurityList.LifecycleState in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return SecurityList.LifecycleState Modifier and Type Method Description SecurityList.LifecycleState
ListSecurityListsRequest. getLifecycleState()
A filter to only return resources that match the given lifecycle state.Methods in com.oracle.bmc.core.requests with parameters of type SecurityList.LifecycleState Modifier and Type Method Description ListSecurityListsRequest.Builder
ListSecurityListsRequest.Builder. lifecycleState(SecurityList.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
-