Uses of Class
com.morpheusdata.model.BackupType
Packages that use BackupType
-
Uses of BackupType in com.morpheusdata.core.backup
Methods in com.morpheusdata.core.backup that return types with arguments of type BackupTypeModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<BackupType>MorpheusBackupTypeService.listByCodes(Collection<String> codes) Deprecated.io.reactivex.rxjava3.core.Observable<BackupType>MorpheusBackupTypeService.listById(Collection<Long> ids) Deprecated. -
Uses of BackupType in com.morpheusdata.model
Fields in com.morpheusdata.model declared as BackupTypeFields in com.morpheusdata.model with type parameters of type BackupTypeModifier and TypeFieldDescriptionprotected Collection<BackupType>BackupProviderType.backupTypesprotected List<BackupType>InstanceType.backupTypesMethods in com.morpheusdata.model that return BackupTypeMethods in com.morpheusdata.model that return types with arguments of type BackupTypeModifier and TypeMethodDescriptionBackupProviderType.getBackupTypes()InstanceType.getBackupTypes()Methods in com.morpheusdata.model with parameters of type BackupTypeMethod parameters in com.morpheusdata.model with type arguments of type BackupTypeModifier and TypeMethodDescriptionvoidBackupProviderType.setBackupTypes(Collection<BackupType> backupTypes) voidInstanceType.setBackupTypes(List<BackupType> backupTypes)