Interface MorpheusReplicationTypeService


  • public interface MorpheusReplicationTypeService
    • Method Detail

      • listIdentityProjections

        io.reactivex.Observable<ReplicationTypeIdentityProjection> listIdentityProjections​(BackupProvider backupProvider)
        Lists all replication type projection objects for a specified integration id. The projection is a subset of the properties on a full ReplicationType object for sync matching.
        Parameters:
        backupProvider - the BackupProvider identifier associated to the replication types to be listed.
        Returns:
        an RxJava Observable stream of result projection objects.