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.Single<ServiceResponse>MorpheusStorageServerService.executeUpdate(UpdateDefinition updateDefinition, StorageServer storageServer) io.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusStorageService.executeUpdate(StorageServer storageServer, UpdateDefinition updateDefinition) Deprecated.MorpheusSynchronousStorageService.executeUpdate(StorageServer storageServer, UpdateDefinition updateDefinition) Deprecated.io.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusStorageServerService.getConfigurationDriftDetails(StorageServer storageServer) io.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusStorageService.getConfigurationDriftDetails(StorageServer storageServer) Deprecated.MorpheusSynchronousStorageService.getConfigurationDriftDetails(StorageServer storageServer) Deprecated.io.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 codeio.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusStorageServerService.postUpdate(UpdateDefinition updateDefinition, StorageServer storageServer) io.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusStorageService.postUpdate(StorageServer storageServer, UpdateDefinition updateDefinition) Deprecated.MorpheusSynchronousStorageService.postUpdate(StorageServer storageServer, UpdateDefinition updateDefinition) Deprecated.io.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusStorageServerService.refreshUpdate(StorageServer storageServer) io.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusStorageService.refreshUpdate(StorageServer storageServer) Deprecated.MorpheusSynchronousStorageService.refreshUpdate(StorageServer storageServer) Deprecated.io.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusStorageServerService.rollbackUpdate(UpdateDefinition updateDefinition, StorageServer storageServer) io.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusStorageService.rollbackUpdate(StorageServer storageServer, UpdateDefinition updateDefinition) Deprecated.MorpheusSynchronousStorageService.rollbackUpdate(StorageServer storageServer, UpdateDefinition updateDefinition) Deprecated.io.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusStorageServerService.runConfigurationDriftCheck(CheckLevel checkLevel, StorageServer storageServer) io.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusStorageService.runConfigurationDriftCheck(StorageServer storageServer, CheckLevel checkLevel) Deprecated.MorpheusSynchronousStorageService.runConfigurationDriftCheck(StorageServer storageServer, CheckLevel checkLevel) Deprecated.io.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusStorageServerService.validateUpdate(UpdateDefinition updateDefinition, StorageServer storageServer) io.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusStorageService.validateUpdate(StorageServer storageServer, UpdateDefinition updateDefinition) Deprecated.MorpheusSynchronousStorageService.validateUpdate(StorageServer storageServer, UpdateDefinition updateDefinition) Deprecated. -
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.StorageUpdateFacet.executeUpdate(StorageServer storageServer, UpdateDefinition update) Execute the update on the target devices.StorageProvider.StorageConfigurationDriftCheckFacet.getConfigurationDriftDetails(StorageServer storageServer, DriftState driftState) Retrieve details about the configuration that is required by a System plugin to crosscheck data against a whole system.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.StorageUpdateFacet.postUpdate(StorageServer storageServer, UpdateDefinition update) Post update operations can be performed here.StorageProvider.refreshStorageServer(StorageServer storageServer, Map opts) Refresh the provider with the associated data in the external system.StorageProvider.StorageUpdateFacet.refreshUpdate(StorageServer storageServer, UpdateOperation updateOperation) Refresh the update status on the target devices.default HTMLResponseStorageProvider.renderTemplate(StorageServer storageServer) Integration details provided to your rendering enginedefault ServiceResponse<StorageVolume>StorageProviderVolumes.resizeVolume(StorageServer storageServer, StorageVolume storageVolume, Map opts) StorageProvider.StorageUpdateFacet.rollbackUpdate(StorageServer storageServer, UpdateDefinition update) Rollback the update on the target devices.StorageProvider.StorageConfigurationDriftCheckFacet.runConfigurationDriftCheck(StorageServer storageServer, CheckLevel checkLevel) Perform a configuration drift check on the target device.default ServiceResponse<StorageVolume>StorageProviderVolumes.updateVolume(StorageServer storageServer, StorageVolume storageVolume, Map opts) StorageProvider.StorageUpdateFacet.validateUpdate(StorageServer storageServer, UpdateDefinition update) Perform a validation of the update against the target devices.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
Methods in com.morpheusdata.core.synchronous with parameters of type StorageServerModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusSynchronousStorageServerService.executeUpdate(UpdateDefinition updateDefinition, StorageServer storageServer) io.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusSynchronousStorageServerService.getConfigurationDriftDetails(StorageServer storageServer) io.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusSynchronousStorageServerService.postUpdate(UpdateDefinition updateDefinition, StorageServer storageServer) io.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusSynchronousStorageServerService.refreshUpdate(StorageServer storageServer) io.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusSynchronousStorageServerService.rollbackUpdate(UpdateDefinition updateDefinition, StorageServer storageServer) io.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusSynchronousStorageServerService.runConfigurationDriftCheck(CheckLevel checkLevel, StorageServer storageServer) io.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusSynchronousStorageServerService.validateUpdate(UpdateDefinition updateDefinition, StorageServer storageServer) -
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)
MorpheusStorageServerService.executeUpdate(UpdateDefinition, StorageServer)instead