Uses of Class
com.oracle.bmc.loadbalancer.model.PathRoute
-
Packages that use PathRoute Package Description com.oracle.bmc.loadbalancer.model -
-
Uses of PathRoute in com.oracle.bmc.loadbalancer.model
Methods in com.oracle.bmc.loadbalancer.model that return PathRoute Modifier and Type Method Description PathRoute
PathRoute.Builder. build()
Methods in com.oracle.bmc.loadbalancer.model that return types with arguments of type PathRoute Modifier and Type Method Description List<PathRoute>
CreatePathRouteSetDetails. getPathRoutes()
The set of path route rules.List<PathRoute>
PathRouteSet. getPathRoutes()
The set of path route rules.List<PathRoute>
PathRouteSetDetails. getPathRoutes()
The set of path route rules.List<PathRoute>
UpdatePathRouteSetDetails. getPathRoutes()
The set of path route rules.Methods in com.oracle.bmc.loadbalancer.model with parameters of type PathRoute Modifier and Type Method Description PathRoute.Builder
PathRoute.Builder. copy(PathRoute model)
Method parameters in com.oracle.bmc.loadbalancer.model with type arguments of type PathRoute Modifier and Type Method Description CreatePathRouteSetDetails.Builder
CreatePathRouteSetDetails.Builder. pathRoutes(List<PathRoute> pathRoutes)
The set of path route rules.PathRouteSet.Builder
PathRouteSet.Builder. pathRoutes(List<PathRoute> pathRoutes)
The set of path route rules.PathRouteSetDetails.Builder
PathRouteSetDetails.Builder. pathRoutes(List<PathRoute> pathRoutes)
The set of path route rules.UpdatePathRouteSetDetails.Builder
UpdatePathRouteSetDetails.Builder. pathRoutes(List<PathRoute> pathRoutes)
The set of path route rules.Constructor parameters in com.oracle.bmc.loadbalancer.model with type arguments of type PathRoute Constructor Description CreatePathRouteSetDetails(String name, List<PathRoute> pathRoutes)
Deprecated.PathRouteSet(String name, List<PathRoute> pathRoutes)
Deprecated.PathRouteSetDetails(List<PathRoute> pathRoutes)
Deprecated.UpdatePathRouteSetDetails(List<PathRoute> pathRoutes)
Deprecated.
-