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