Uses of Class
com.oracle.bmc.vnmonitoring.model.TrafficRoute.ReachabilityStatus
-
Packages that use TrafficRoute.ReachabilityStatus Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of TrafficRoute.ReachabilityStatus in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return TrafficRoute.ReachabilityStatus Modifier and Type Method 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.Methods in com.oracle.bmc.vnmonitoring.model with parameters of type TrafficRoute.ReachabilityStatus Modifier and Type Method Description TrafficRoute.Builder
TrafficRoute.Builder. reachabilityStatus(TrafficRoute.ReachabilityStatus reachabilityStatus)
Reachability status for the given traffic route.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type TrafficRoute.ReachabilityStatus Constructor Description TrafficRoute(TrafficRoute.ReachabilityStatus reachabilityStatus, List<TrafficNode> nodes, String routeAnalysisDescription)
Deprecated.
-