Package com.morpheusdata.core
Interface MorpheusStorageControllerTypeService
-
public interface MorpheusStorageControllerTypeService
Context methods for StorageControllerTypes in Morpheus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.reactivex.Single<StorageControllerType>
get(java.lang.Long id)
Get a StorageControllerType by idio.reactivex.Observable<StorageControllerType>
listAll()
List all StorageControllerTypes
-
-
-
Method Detail
-
listAll
io.reactivex.Observable<StorageControllerType> listAll()
List all StorageControllerTypes- Returns:
- Observable stream of StorageControllerType
-
get
io.reactivex.Single<StorageControllerType> get(java.lang.Long id)
Get a StorageControllerType by id- Parameters:
id
- of the StorageControllerType- Returns:
- StorageControllerType
-
-