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 Summary
Modifier and TypeMethodDescriptionReturns the StorageBucket ServiceReturns the StorageController ServiceReturns the StorageServer ServiceReturns the StorageVolume Service
-
Method Details
-
getVolume
MorpheusStorageVolumeService getVolume()Returns the StorageVolume Service- Returns:
- An instance of the StorageVolume Service
-
getController
MorpheusStorageControllerService getController()Returns the StorageController Service- Returns:
- An instance of the StorageController Service
-
getServer
MorpheusStorageServerService getServer()Returns the StorageServer Service- Returns:
- An instance of the StorageServer Service
-
getBucket
MorpheusStorageBucketService getBucket()Returns the StorageBucket Service- Returns:
- An instance of the StorageBucket Service
-