Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static UpdateVtapDetails.TrafficMode |
UpdateVtapDetails.TrafficMode.create(String key) |
UpdateVtapDetails.TrafficMode |
UpdateVtapDetails.getTrafficMode()
Used to control the priority of traffic.
|
static UpdateVtapDetails.TrafficMode |
UpdateVtapDetails.TrafficMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateVtapDetails.TrafficMode[] |
UpdateVtapDetails.TrafficMode.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.trafficMode(UpdateVtapDetails.TrafficMode trafficMode)
Used to control the priority of traffic.
|
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–2024. All rights reserved.