Interface MorpheusSynchronousStorageVolumeService
- All Superinterfaces:
MorpheusSynchronousDataService<StorageVolume,
,StorageVolumeIdentityProjection> MorpheusSynchronousIdentityService<StorageVolumeIdentityProjection>
public interface MorpheusSynchronousStorageVolumeService
extends MorpheusSynchronousDataService<StorageVolume,StorageVolumeIdentityProjection>, MorpheusSynchronousIdentityService<StorageVolumeIdentityProjection>
-
Method Summary
Modifier and TypeMethodDescriptionReturns the StorageVolumeType ServiceMethods inherited from interface com.morpheusdata.core.MorpheusSynchronousDataService
bulkCreate, bulkRemove, bulkSave, count, create, create, find, get, getDataService, list, listById, listOptions, remove, remove, save, save, search
Methods inherited from interface com.morpheusdata.core.MorpheusSynchronousIdentityService
getDataIdentityService, listIdentityProjections
-
Method Details
-
getStorageVolumeType
MorpheusSynchronousStorageVolumeTypeService getStorageVolumeType()Returns the StorageVolumeType Service- Returns:
- An instance of the StorageVolumeType Service
-