Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
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.
|
Copyright © 2016–2024. All rights reserved.