Uses of Class
com.oracle.bmc.core.model.Vlan.LifecycleState
-
Packages that use Vlan.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of Vlan.LifecycleState in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type Vlan.LifecycleState Modifier and Type Method Description Waiter<GetVlanRequest,GetVlanResponse>
VirtualNetworkWaiters. forVlan(GetVlanRequest request, Vlan.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetVlanRequest,GetVlanResponse>
VirtualNetworkWaiters. forVlan(GetVlanRequest request, Vlan.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetVlanRequest,GetVlanResponse>
VirtualNetworkWaiters. forVlan(GetVlanRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Vlan.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Vlan.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return Vlan.LifecycleState Modifier and Type Method Description static Vlan.LifecycleState
Vlan.LifecycleState. create(String key)
Vlan.LifecycleState
Vlan. getLifecycleState()
The VLAN’s current state.static Vlan.LifecycleState
Vlan.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Vlan.LifecycleState[]
Vlan.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 Vlan.LifecycleState Modifier and Type Method Description Vlan.Builder
Vlan.Builder. lifecycleState(Vlan.LifecycleState lifecycleState)
The VLAN’s current state.Constructors in com.oracle.bmc.core.model with parameters of type Vlan.LifecycleState Constructor Description Vlan(String availabilityDomain, String cidrBlock, String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, Vlan.LifecycleState lifecycleState, List<String> nsgIds, Integer vlanTag, String routeTableId, Date timeCreated, String vcnId)
Deprecated. -
Uses of Vlan.LifecycleState in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return Vlan.LifecycleState Modifier and Type Method Description Vlan.LifecycleState
ListVlansRequest. getLifecycleState()
A filter to only return resources that match the given lifecycle state.Methods in com.oracle.bmc.core.requests with parameters of type Vlan.LifecycleState Modifier and Type Method Description ListVlansRequest.Builder
ListVlansRequest.Builder. lifecycleState(Vlan.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
-