Uses of Class
com.oracle.bmc.vnmonitoring.model.TrafficNode
-
Packages that use TrafficNode Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of TrafficNode in com.oracle.bmc.vnmonitoring.model
Subclasses of TrafficNode in com.oracle.bmc.vnmonitoring.model Modifier and Type Class Description class
AccessDeniedTrafficNode
Defines the configuration of a traffic node to which the user is denied access.class
VisibleTrafficNode
Defines the configuration of a traffic node that is visible to the user.Methods in com.oracle.bmc.vnmonitoring.model that return types with arguments of type TrafficNode Modifier and Type Method Description List<TrafficNode>
TrafficRoute. getNodes()
The ordered sequence of nodes in the given the traffic route forming a path.Method parameters in com.oracle.bmc.vnmonitoring.model with type arguments of type TrafficNode Modifier and Type Method Description TrafficRoute.Builder
TrafficRoute.Builder. nodes(List<TrafficNode> nodes)
The ordered sequence of nodes in the given the traffic route forming a path.Constructor parameters in com.oracle.bmc.vnmonitoring.model with type arguments of type TrafficNode Constructor Description TrafficRoute(TrafficRoute.ReachabilityStatus reachabilityStatus, List<TrafficNode> nodes, String routeAnalysisDescription)
Deprecated.
-