Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static TrafficRoute.ReachabilityStatus |
TrafficRoute.ReachabilityStatus.create(String key) |
TrafficRoute.ReachabilityStatus |
TrafficRoute.getReachabilityStatus()
Reachability status for the given traffic route.
|
static TrafficRoute.ReachabilityStatus |
TrafficRoute.ReachabilityStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrafficRoute.ReachabilityStatus[] |
TrafficRoute.ReachabilityStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TrafficRoute.Builder |
TrafficRoute.Builder.reachabilityStatus(TrafficRoute.ReachabilityStatus reachabilityStatus)
Reachability status for the given traffic route.
|
Constructor and Description |
---|
TrafficRoute(TrafficRoute.ReachabilityStatus reachabilityStatus,
List<TrafficNode> nodes,
String routeAnalysisDescription)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.