Uses of Class
com.morpheusdata.model.NetworkRoute
Packages that use NetworkRoute
Package
Description
-
Uses of NetworkRoute in com.morpheusdata.core.network
Methods in com.morpheusdata.core.network that return types with arguments of type NetworkRouteModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<NetworkRoute>MorpheusNetworkRouteService.listById(Collection<Long> ids) Deprecated.io.reactivex.rxjava3.core.Single<NetworkRoute>MorpheusNetworkRouteService.save(NetworkRouterIdentityProjection networkRouter, NetworkRoute networkRoute) Saves a singleNetworkRouteobject returning the final result object if any changes occurred during save.Methods in com.morpheusdata.core.network with parameters of type NetworkRouteModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<NetworkRoute>MorpheusNetworkRouteService.save(NetworkRouterIdentityProjection networkRouter, NetworkRoute networkRoute) Saves a singleNetworkRouteobject returning the final result object if any changes occurred during save.Method parameters in com.morpheusdata.core.network with type arguments of type NetworkRouteModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusNetworkRouteService.create(NetworkRouterIdentityProjection networkRouter, List<NetworkRoute> addList) Creates new Network Router from cache / sync implementations -
Uses of NetworkRoute in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers that return types with arguments of type NetworkRouteModifier and TypeMethodDescriptiondefault ServiceResponse<NetworkRoute>NetworkProvider.createNetworkRoute(Network network, NetworkRoute networkRoute, Map opts) Create the NetworkRoute submitteddefault ServiceResponse<NetworkRoute>NetworkProvider.createRouterRoute(NetworkRouter router, NetworkRoute route, Map opts) Create the NetworkRoute submitteddefault ServiceResponse<NetworkRoute>NetworkProvider.prepareNetworkRoute(Network network, NetworkRoute networkRoute, Map routeConfig, Map opts) Prepare the route information before validate, create, and update.default ServiceResponse<NetworkRoute>NetworkProvider.prepareRouterRoute(NetworkRouter router, NetworkRoute route, Map routeConfig, Map opts) Prepare the route information before validate, create, and update.default ServiceResponse<NetworkRoute>NetworkProvider.updateNetworkRoute(Network network, NetworkRoute networkRoute, Map opts) Update the NetworkRoute submitteddefault ServiceResponse<NetworkRoute>NetworkProvider.updateRouterRoute(NetworkRouter router, NetworkRoute route, Map opts) Update the NetworkRoute submittedMethods in com.morpheusdata.core.providers with parameters of type NetworkRouteModifier and TypeMethodDescriptiondefault ServiceResponse<NetworkRoute>NetworkProvider.createNetworkRoute(Network network, NetworkRoute networkRoute, Map opts) Create the NetworkRoute submitteddefault ServiceResponse<NetworkRoute>NetworkProvider.createRouterRoute(NetworkRouter router, NetworkRoute route, Map opts) Create the NetworkRoute submitteddefault ServiceResponseNetworkProvider.deleteNetworkRoute(NetworkRoute networkRoute, Map opts) Delete the NetworkRoute submitteddefault ServiceResponseNetworkProvider.deleteRouterRoute(NetworkRouter router, NetworkRoute route, Map opts) Delete the NetworkRoute submitteddefault ServiceResponse<NetworkRoute>NetworkProvider.prepareNetworkRoute(Network network, NetworkRoute networkRoute, Map routeConfig, Map opts) Prepare the route information before validate, create, and update.default ServiceResponse<NetworkRoute>NetworkProvider.prepareRouterRoute(NetworkRouter router, NetworkRoute route, Map routeConfig, Map opts) Prepare the route information before validate, create, and update.default ServiceResponse<NetworkRoute>NetworkProvider.updateNetworkRoute(Network network, NetworkRoute networkRoute, Map opts) Update the NetworkRoute submitteddefault ServiceResponse<NetworkRoute>NetworkProvider.updateRouterRoute(NetworkRouter router, NetworkRoute route, Map opts) Update the NetworkRoute submitteddefault ServiceResponseNetworkProvider.validateNetworkRoute(Network network, NetworkRoute networkRoute, Map opts) Validate the submitted NetworkRoute information.default ServiceResponseNetworkProvider.validateRouterRoute(NetworkRouter router, NetworkRoute route, Map opts) Validate the submitted NetworkRoute information. -
Uses of NetworkRoute in com.morpheusdata.model
Fields in com.morpheusdata.model with type parameters of type NetworkRouteMethods in com.morpheusdata.model that return types with arguments of type NetworkRouteMethod parameters in com.morpheusdata.model with type arguments of type NetworkRoute