Uses of Class
com.oracle.bmc.vnmonitoring.model.Vtap.TrafficMode
-
Packages that use Vtap.TrafficMode Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of Vtap.TrafficMode in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return Vtap.TrafficMode Modifier and Type Method Description static Vtap.TrafficMode
Vtap.TrafficMode. create(String key)
Vtap.TrafficMode
Vtap. getTrafficMode()
Used to control the priority of traffic.static Vtap.TrafficMode
Vtap.TrafficMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Vtap.TrafficMode[]
Vtap.TrafficMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.vnmonitoring.model with parameters of type Vtap.TrafficMode Modifier and Type Method Description Vtap.Builder
Vtap.Builder. trafficMode(Vtap.TrafficMode trafficMode)
Used to control the priority of traffic.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type Vtap.TrafficMode Constructor 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.
-