Uses of Class
com.oracle.bmc.core.model.Vtap.LifecycleState
-
Packages that use Vtap.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of Vtap.LifecycleState in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type Vtap.LifecycleState Modifier and Type Method Description Waiter<GetVtapRequest,GetVtapResponse>
VirtualNetworkWaiters. forVtap(GetVtapRequest request, Vtap.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetVtapRequest,GetVtapResponse>
VirtualNetworkWaiters. forVtap(GetVtapRequest request, Vtap.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetVtapRequest,GetVtapResponse>
VirtualNetworkWaiters. forVtap(GetVtapRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Vtap.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Vtap.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return Vtap.LifecycleState Modifier and Type Method Description static Vtap.LifecycleState
Vtap.LifecycleState. create(String key)
Vtap.LifecycleState
Vtap. getLifecycleState()
The VTAP’s administrative lifecycle state.static Vtap.LifecycleState
Vtap.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Vtap.LifecycleState[]
Vtap.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 Vtap.LifecycleState Modifier and Type Method Description Vtap.Builder
Vtap.Builder. lifecycleState(Vtap.LifecycleState lifecycleState)
The VTAP’s administrative lifecycle state.Constructors in com.oracle.bmc.core.model with parameters of type Vtap.LifecycleState Constructor Description Vtap(String compartmentId, String vcnId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, Vtap.LifecycleState lifecycleState, Vtap.LifecycleStateDetails lifecycleStateDetails, Date timeCreated, String sourceId, String targetId, String targetIp, String captureFilterId, Vtap.EncapsulationProtocol encapsulationProtocol, Long vxlanNetworkIdentifier, Boolean isVtapEnabled, Vtap.SourceType sourceType, Vtap.TrafficMode trafficMode, Integer maxPacketSize, Vtap.TargetType targetType, String sourcePrivateEndpointIp, String sourcePrivateEndpointSubnetId)
Deprecated. -
Uses of Vtap.LifecycleState in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return Vtap.LifecycleState Modifier and Type Method Description Vtap.LifecycleState
ListVtapsRequest. getLifecycleState()
A filter to return only resources that match the given VTAP administrative lifecycle state.Methods in com.oracle.bmc.core.requests with parameters of type Vtap.LifecycleState Modifier and Type Method Description ListVtapsRequest.Builder
ListVtapsRequest.Builder. lifecycleState(Vtap.LifecycleState lifecycleState)
A filter to return only resources that match the given VTAP administrative lifecycle state.
-