Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.model | |
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetVtapRequest,GetVtapResponse> |
VirtualNetworkWaiters.forVtap(GetVtapRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Vtap.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetVtapRequest,GetVtapResponse> |
VirtualNetworkWaiters.forVtap(GetVtapRequest request,
Vtap.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetVtapRequest,GetVtapResponse> |
VirtualNetworkWaiters.forVtap(GetVtapRequest request,
Vtap.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Vtap.Builder |
Vtap.Builder.lifecycleState(Vtap.LifecycleState lifecycleState)
The VTAP’s administrative lifecycle state.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Vtap.LifecycleState |
ListVtapsRequest.getLifecycleState()
A filter to return only resources that match the given VTAP administrative lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListVtapsRequest.Builder |
ListVtapsRequest.Builder.lifecycleState(Vtap.LifecycleState lifecycleState)
A filter to return only resources that match the given VTAP administrative lifecycle
state.
|
Copyright © 2016–2025. All rights reserved.