Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
static UpdateVtapDetails.SourceType |
UpdateVtapDetails.SourceType.create(String key) |
UpdateVtapDetails.SourceType |
UpdateVtapDetails.getSourceType()
The source type for the VTAP.
|
static UpdateVtapDetails.SourceType |
UpdateVtapDetails.SourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateVtapDetails.SourceType[] |
UpdateVtapDetails.SourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateVtapDetails.Builder |
UpdateVtapDetails.Builder.sourceType(UpdateVtapDetails.SourceType sourceType)
The source type for the VTAP.
|
Constructor and Description |
---|
UpdateVtapDetails(Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
String sourceId,
String targetId,
String targetIp,
String captureFilterId,
UpdateVtapDetails.EncapsulationProtocol encapsulationProtocol,
Long vxlanNetworkIdentifier,
Boolean isVtapEnabled,
UpdateVtapDetails.TrafficMode trafficMode,
Integer maxPacketSize,
String sourcePrivateEndpointIp,
String sourcePrivateEndpointSubnetId,
UpdateVtapDetails.TargetType targetType,
UpdateVtapDetails.SourceType sourceType)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.