Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
List<TrafficNode> |
TrafficRoute.getNodes()
The ordered sequence of nodes in the given the traffic route forming a path.
|
Modifier and Type | Method and Description |
---|---|
TrafficRoute.Builder |
TrafficRoute.Builder.nodes(List<TrafficNode> nodes)
The ordered sequence of nodes in the given the traffic route forming a path.
|
Constructor and Description |
---|
TrafficRoute(TrafficRoute.ReachabilityStatus reachabilityStatus,
List<TrafficNode> nodes,
String routeAnalysisDescription)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.