Uses of Class
com.oracle.bmc.vnmonitoring.model.RoutingAction
-
Packages that use RoutingAction Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of RoutingAction in com.oracle.bmc.vnmonitoring.model
Subclasses of RoutingAction in com.oracle.bmc.vnmonitoring.model Modifier and Type Class Description class
ForwardedRoutingAction
Defines the routing actions taken for traffic that is forwarded.class
IndeterminateRoutingAction
Defines the routing action taken on a traffic node where the routing action is INDETERMINATE.class
NoRouteRoutingAction
Defines the routing actions taken on traffic when no route is found.Methods in com.oracle.bmc.vnmonitoring.model that return RoutingAction Modifier and Type Method Description RoutingAction
TrafficNode. getNextHopRoutingAction()
Methods in com.oracle.bmc.vnmonitoring.model with parameters of type RoutingAction Modifier and Type Method Description AccessDeniedTrafficNode.Builder
AccessDeniedTrafficNode.Builder. nextHopRoutingAction(RoutingAction nextHopRoutingAction)
VisibleTrafficNode.Builder
VisibleTrafficNode.Builder. nextHopRoutingAction(RoutingAction nextHopRoutingAction)
Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type RoutingAction Constructor Description AccessDeniedTrafficNode(EgressTrafficSpec egressTraffic, RoutingAction nextHopRoutingAction, SecurityAction egressSecurityAction, SecurityAction ingressSecurityAction)
Deprecated.TrafficNode(EgressTrafficSpec egressTraffic, RoutingAction nextHopRoutingAction, SecurityAction egressSecurityAction, SecurityAction ingressSecurityAction)
Deprecated.VisibleTrafficNode(EgressTrafficSpec egressTraffic, RoutingAction nextHopRoutingAction, SecurityAction egressSecurityAction, SecurityAction ingressSecurityAction, String entityId, String transformationDescription)
Deprecated.
-