Uses of Class
com.oracle.bmc.vnmonitoring.model.Path
-
Packages that use Path Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of Path in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return Path Modifier and Type Method Description Path
Path.Builder. build()
Methods in com.oracle.bmc.vnmonitoring.model that return types with arguments of type Path Modifier and Type Method Description List<Path>
PathAnalysisWorkRequestResult. getPaths()
List of various paths from source node to destination node for a given PathAnalysisQuery.Methods in com.oracle.bmc.vnmonitoring.model with parameters of type Path Modifier and Type Method Description Path.Builder
Path.Builder. copy(Path model)
Method parameters in com.oracle.bmc.vnmonitoring.model with type arguments of type Path Modifier and Type Method Description PathAnalysisWorkRequestResult.Builder
PathAnalysisWorkRequestResult.Builder. paths(List<Path> paths)
List of various paths from source node to destination node for a given PathAnalysisQuery.Constructor parameters in com.oracle.bmc.vnmonitoring.model with type arguments of type Path Constructor Description PathAnalysisWorkRequestResult(List<Path> paths, Date timeCreated)
Deprecated.
-