Package com.morpheusdata.core
Interface MorpheusSynchronousStorageService
public interface MorpheusSynchronousStorageService
-
Method Summary
Modifier and TypeMethodDescriptionReturns the StorageBucket ServiceReturns the StorageController ServiceReturns the StorageServer ServiceReturns the StorageVolume Service
-
Method Details
-
getVolume
MorpheusSynchronousStorageVolumeService getVolume()Returns the StorageVolume Service- Returns:
- An instance of the StorageVolume Service
-
getController
MorpheusSynchronousStorageControllerService getController()Returns the StorageController Service- Returns:
- An instance of the StorageController Service
-
getServer
MorpheusSynchronousStorageServerService getServer()Returns the StorageServer Service- Returns:
- An instance of the StorageServer Service
-
getBucket
MorpheusSynchronousStorageBucketService getBucket()Returns the StorageBucket Service- Returns:
- An instance of the StorageBucket Service
-
getVmeQcow2DatastoreService
MorpheusVmeQcow2DatastoreService getVmeQcow2DatastoreService()
-