Uses of Class
com.morpheusdata.model.StorageServer
Packages that use StorageServer
Package
Description
-
Uses of StorageServer in com.morpheusdata.core
Methods in com.morpheusdata.core with parameters of type StorageServerModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<StorageBucketIdentityProjection>MorpheusStorageBucketService.listIdentityProjections(StorageServer storageServer) Get a list of StorageBucket projections scoped to aStorageServerio.reactivex.rxjava3.core.Observable<StorageBucketIdentityProjection>MorpheusStorageBucketService.listIdentityProjections(StorageServer storageServer, String region) Get a list of StorageBucket projections scoped to aStorageServerand region code -
Uses of StorageServer in com.morpheusdata.core.integration
Methods in com.morpheusdata.core.integration that return types with arguments of type StorageServerModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<ServiceResponse<StorageServer>>MorpheusIntegrationService.registerCloudIntegration(Long cloudId, StorageServer storageServer) Creates a newStorageServerand associates it to aCloudthat is being initializeddefault ServiceResponse<StorageServer>MorpheusSynchronousIntegrationService.registerCloudIntegration(Long cloudId, StorageServer storageServer) Methods in com.morpheusdata.core.integration with parameters of type StorageServerModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusIntegrationService.deleteCloudIntegration(Long cloudId, StorageServer storageServer) Cleanup theStorageServerassociated with aCloudthat is being deletedio.reactivex.rxjava3.core.Single<ServiceResponse<StorageServer>>MorpheusIntegrationService.registerCloudIntegration(Long cloudId, StorageServer storageServer) Creates a newStorageServerand associates it to aCloudthat is being initializeddefault ServiceResponse<StorageServer>MorpheusSynchronousIntegrationService.registerCloudIntegration(Long cloudId, StorageServer storageServer) -
Uses of StorageServer in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers with parameters of type StorageServerModifier and TypeMethodDescriptiondefault ServiceResponseStorageProviderVolumes.createVolume(StorageServer storageServer, StorageVolume storageVolume, Map opts) default ServiceResponse<StorageVolume>StorageProviderVolumes.deleteVolume(StorageServer storageServer, StorageVolume storageVolume, Map opts) StorageProvider.initializeStorageServer(StorageServer storageServer, Map opts) Called on the first save / update of a storage server integration.DatastoreTypeProvider.SnapshotFacet.listSnapshots(StorageServer storageServer) Called to list all snapshots on an associated storage server (NOT USED YET)StorageProvider.refreshStorageServer(StorageServer storageServer, Map opts) Refresh the provider with the associated data in the external system.default HTMLResponseStorageProvider.renderTemplate(StorageServer storageServer) Integration details provided to your rendering enginedefault ServiceResponse<StorageVolume>StorageProviderVolumes.resizeVolume(StorageServer storageServer, StorageVolume storageVolume, Map opts) default ServiceResponse<StorageVolume>StorageProviderVolumes.updateVolume(StorageServer storageServer, StorageVolume storageVolume, Map opts) StorageProvider.verifyStorageServer(StorageServer storageServer, Map opts) Validation Method used to validate all inputs applied to the integration of a Storage Provider upon save. -
Uses of StorageServer in com.morpheusdata.core.synchronous.integration
Methods in com.morpheusdata.core.synchronous.integration that return types with arguments of type StorageServerModifier and TypeMethodDescriptiondefault ServiceResponse<StorageServer>MorpheusSynchronousIntegrationService.registerCloudIntegration(Long cloudId, StorageServer storageServer) Methods in com.morpheusdata.core.synchronous.integration with parameters of type StorageServerModifier and TypeMethodDescriptiondefault ServiceResponseMorpheusSynchronousIntegrationService.deleteCloudIntegration(Long cloudId, StorageServer storageServer) default ServiceResponse<StorageServer>MorpheusSynchronousIntegrationService.registerCloudIntegration(Long cloudId, StorageServer storageServer) -
Uses of StorageServer in com.morpheusdata.model
Fields in com.morpheusdata.model declared as StorageServerModifier and TypeFieldDescriptionprotected StorageServerDatastore.storageServerprotected StorageServerStorageBucket.storageServerprotected StorageServerStorageGroup.storageServerprotected StorageServerStorageVolume.storageServerMethods in com.morpheusdata.model that return StorageServerModifier and TypeMethodDescriptionDatastore.getStorageServer()StorageBucket.getStorageServer()StorageGroup.getStorageServer()StorageHost.getStorageServer()StorageHostGroup.getStorageServer()StorageVolume.getStorageServer()Methods in com.morpheusdata.model with parameters of type StorageServerModifier and TypeMethodDescriptionvoidDatastore.setStorageServer(StorageServer storageServer) voidStorageBucket.setStorageServer(StorageServer storageServer) voidStorageGroup.setStorageServer(StorageServer storageServer) voidStorageHost.setStorageServer(StorageServer storageServer) voidStorageHostGroup.setStorageServer(StorageServer storageServer) voidStorageVolume.setStorageServer(StorageServer storageServer)