Package com.morpheusdata.core
Interface MorpheusStorageService
public interface MorpheusStorageService
Provides a top level interface for interacting with Storage related services in Morpheus
- Since:
- 1.2.5
- 
Method SummaryModifier and TypeMethodDescriptionReturns the StorageBucket ServiceReturns the StorageController ServiceReturns the StorageServer ServiceReturns the StorageVolume Service
- 
Method Details- 
getVolumeMorpheusStorageVolumeService getVolume()Returns the StorageVolume Service- Returns:
- An instance of the StorageVolume Service
 
- 
getControllerMorpheusStorageControllerService getController()Returns the StorageController Service- Returns:
- An instance of the StorageController Service
 
- 
getServerMorpheusStorageServerService getServer()Returns the StorageServer Service- Returns:
- An instance of the StorageServer Service
 
- 
getBucketMorpheusStorageBucketService getBucket()Returns the StorageBucket Service- Returns:
- An instance of the StorageBucket Service
 
 
-