Uses of Class
com.morpheusdata.model.StorageGroup
Packages that use StorageGroup
-
Uses of StorageGroup in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers with parameters of type StorageGroupModifier and TypeMethodDescriptionStorageProviderVolumes.createVolume(StorageGroup storageGroup, StorageVolume storageVolume, Map opts) StorageProviderVolumes.deleteVolume(StorageGroup storageGroup, StorageVolume storageVolume, Map opts) StorageProviderVolumes.resizeVolume(StorageGroup storageGroup, StorageVolume storageVolume, Map opts) StorageProviderVolumes.updateVolume(StorageGroup storageGroup, StorageVolume storageVolume, Map opts) -
Uses of StorageGroup in com.morpheusdata.model
Fields in com.morpheusdata.model declared as StorageGroupModifier and TypeFieldDescriptionprotected StorageGroupStorageBucket.storageGroupprotected StorageGroupStorageVolume.storageGroupFields in com.morpheusdata.model with type parameters of type StorageGroupMethods in com.morpheusdata.model that return StorageGroupModifier and TypeMethodDescriptionStorageBucket.getStorageGroup()StorageVolume.getStorageGroup()Methods in com.morpheusdata.model that return types with arguments of type StorageGroupMethods in com.morpheusdata.model with parameters of type StorageGroupModifier and TypeMethodDescriptionvoidStorageBucket.setStorageGroup(StorageGroup storageGroup) voidStorageVolume.setStorageGroup(StorageGroup storageGroup) Method parameters in com.morpheusdata.model with type arguments of type StorageGroup