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