Uses of Class
com.oracle.bmc.vnmonitoring.model.UpdateVtapDetails.TrafficMode
-
Packages that use UpdateVtapDetails.TrafficMode Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of UpdateVtapDetails.TrafficMode in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return UpdateVtapDetails.TrafficMode Modifier and Type Method 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.Methods in com.oracle.bmc.vnmonitoring.model with parameters of type UpdateVtapDetails.TrafficMode Modifier and Type Method Description UpdateVtapDetails.Builder
UpdateVtapDetails.Builder. trafficMode(UpdateVtapDetails.TrafficMode trafficMode)
Used to control the priority of traffic.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type UpdateVtapDetails.TrafficMode Constructor 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.
-