Uses of Class
com.morpheusdata.model.BackupRepository
Packages that use BackupRepository
-
Uses of BackupRepository in com.morpheusdata.core.backup
Method parameters in com.morpheusdata.core.backup with type arguments of type BackupRepositoryModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusBackupRepositoryService.create(List<BackupRepository> addList) Deprecated, for removal: This API element is subject to removal in a future version.io.reactivex.rxjava3.core.Single<Boolean>MorpheusBackupRepositoryService.save(List<BackupRepository> saveList) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of BackupRepository in com.morpheusdata.model
Fields in com.morpheusdata.model declared as BackupRepositoryModifier and TypeFieldDescriptionprotected BackupRepositoryBackup.backupRepositoryprotected BackupRepositoryBackupJob.backupRepositoryMethods in com.morpheusdata.model that return BackupRepositoryMethods in com.morpheusdata.model with parameters of type BackupRepositoryModifier and TypeMethodDescriptionvoidBackup.setBackupRepository(BackupRepository backupRepository) voidBackupJob.setBackupRepository(BackupRepository backupRepository)