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