Uses of Class
com.morpheusdata.model.projection.NetworkRouterIdentityProjection
Packages that use NetworkRouterIdentityProjection
-
Uses of NetworkRouterIdentityProjection in com.morpheusdata.core.network
Methods in com.morpheusdata.core.network that return types with arguments of type NetworkRouterIdentityProjectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<NetworkRouterIdentityProjection>MorpheusNetworkRouterService.listIdentityProjections(AccountIntegration accountIntegration) Lists all network projection objects for a specified integration id.io.reactivex.rxjava3.core.Observable<NetworkRouterIdentityProjection>MorpheusNetworkRouterService.listIdentityProjections(Cloud cloud) Lists all router projection objects for a specified cloud.io.reactivex.rxjava3.core.Observable<NetworkRouterIdentityProjection>MorpheusNetworkRouterService.listIdentityProjections(CloudPool cloudPool) Lists all network router projection objects for a specified zone pool.io.reactivex.rxjava3.core.Observable<NetworkRouterIdentityProjection>MorpheusNetworkRouterService.listIdentityProjections(Long cloudId) Lists all router projection objects for a specified cloud.io.reactivex.rxjava3.core.Observable<NetworkRouterIdentityProjection>MorpheusNetworkRouterService.listIdentityProjections(Long cloudId, String typeCode) Lists all router projection objects for a specified cloud by type code.Methods in com.morpheusdata.core.network with parameters of type NetworkRouterIdentityProjectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusNetworkRouteService.create(NetworkRouterIdentityProjection networkRouter, List<NetworkRoute> addList) Creates new Network Router from cache / sync implementationsio.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 NetworkRouterIdentityProjectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusNetworkRouterService.remove(List<NetworkRouterIdentityProjection> removeList) Deprecated. -
Uses of NetworkRouterIdentityProjection in com.morpheusdata.model
Subclasses of NetworkRouterIdentityProjection in com.morpheusdata.model
MorpheusDataService.bulkRemove(java.util.List<I>)instead