Uses of Class
com.morpheusdata.model.StorageBucket
Packages that use StorageBucket
Package
Description
-
Uses of StorageBucket in com.morpheusdata.core.backup
Methods in com.morpheusdata.core.backup that return types with arguments of type StorageBucketModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<StorageBucket>MorpheusBackupService.getBackupStorageBucket(AccountIdentity accountIdentity, Long backupId) Returns theStorageBucketassociated with aBackupobject.io.reactivex.rxjava3.core.Single<StorageBucket>MorpheusBackupService.getBackupStorageBucket(AccountIdentity accountIdentity, Long backupId, Long storageProviderId) Returns theStorageBucketassociated with aBackupobject. -
Uses of StorageBucket in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers with parameters of type StorageBucketModifier and TypeMethodDescriptionStorageProviderBuckets.createBucket(StorageBucket storageBucket, Map opts) Create theStorageBucketresources on the external provider system.StorageProviderFileShares.createFileShare(StorageBucket storageShare, Map opts) StorageProviderBuckets.deleteBucket(StorageBucket storageBucket, Map opts) Delete theStorageBucketresources on the external provider system.StorageProviderFileShares.deleteFileShare(StorageBucket storageShare, Map opts) StorageProviderBuckets.updateBucket(StorageBucket storageBucket, Map opts) Called during update of an existingStorageBucket.StorageProviderFileShares.updateFileShare(StorageBucket storageShare, Map opts) StorageProviderBuckets.validateBucket(StorageBucket storageBucket, Map opts) Validates the submitted information when saving a bucket. -
Uses of StorageBucket in com.morpheusdata.core.synchronous.backup
Methods in com.morpheusdata.core.synchronous.backup that return StorageBucketModifier and TypeMethodDescriptionMorpheusSynchronousBackupService.getBackupStorageBucket(AccountIdentity accountIdentity, Long backupId) Returns theStorageBucketassociated with aBackupobject.MorpheusSynchronousBackupService.getBackupStorageBucket(AccountIdentity accountIdentity, Long backupId, Long storageProviderId) Returns theStorageBucketassociated with aBackupobject. -
Uses of StorageBucket in com.morpheusdata.model
Fields in com.morpheusdata.model declared as StorageBucketModifier and TypeFieldDescriptionprotected StorageBucketBackup.storageProviderprotected StorageBucketFileContent.storageProviderMethods in com.morpheusdata.model that return StorageBucketMethods in com.morpheusdata.model with parameters of type StorageBucketModifier and TypeMethodDescriptionvoidBackup.setStorageProvider(StorageBucket storageProvider) voidFileContent.setStorageProvider(StorageBucket storageProvider) -
Uses of StorageBucket in com.morpheusdata.request
Fields in com.morpheusdata.request declared as StorageBucketModifier and TypeFieldDescriptionImportWorkloadRequest.storageBucketThe storage bucket to save the image.Methods in com.morpheusdata.request that return StorageBucketMethods in com.morpheusdata.request with parameters of type StorageBucketModifier and TypeMethodDescriptionvoidImportWorkloadRequest.setStorageBucket(StorageBucket storageBucket)