Uses of Class
com.morpheusdata.model.projection.ReplicationIdentityProjection
Packages that use ReplicationIdentityProjection
-
Uses of ReplicationIdentityProjection in com.morpheusdata.core.backup
Methods in com.morpheusdata.core.backup that return types with arguments of type ReplicationIdentityProjectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<ReplicationIdentityProjection>MorpheusReplicationService.listById(Collection<Long> ids) Deprecated.io.reactivex.rxjava3.core.Observable<ReplicationIdentityProjection>MorpheusReplicationService.listIdentityProjections(BackupProvider backupProvider) Lists all backup projection objects for a specified replication id.io.reactivex.rxjava3.core.Observable<ReplicationIdentityProjection>MorpheusReplicationService.listIdentityProjections(Cloud cloud) Lists all backup projection objects for a specified cloud.Method parameters in com.morpheusdata.core.backup with type arguments of type ReplicationIdentityProjectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusReplicationService.remove(List<ReplicationIdentityProjection> removeList) Deprecated.
MorpheusDataService.bulkRemove(java.util.List<I>)instead