public interface StorageManagerIf
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Integer> |
getAllStorageTypes() |
APIStorageResizeRange |
getResizeRange(DataStoreDetail datastore) |
DataStoreDetail |
lookupDataStore(DataStoreDetail datastore) |
default DataStoreDetail |
resizeDataStore(DataStoreDetail datastore) |
DataStoreDetail |
resizeDataStore(DataStoreDetail datastore,
CustomActionLogger actionLogger) |
DataStoreDetail lookupDataStore(DataStoreDetail datastore) throws java.lang.Exception
java.lang.Exception
APIStorageResizeRange getResizeRange(DataStoreDetail datastore) throws java.lang.Exception
java.lang.Exception
DataStoreDetail resizeDataStore(DataStoreDetail datastore, CustomActionLogger actionLogger) throws java.lang.Exception
java.lang.Exception
default DataStoreDetail resizeDataStore(DataStoreDetail datastore) throws java.lang.Exception
java.lang.Exception
java.util.List<java.lang.Integer> getAllStorageTypes()