Uses of Class
com.morpheusdata.model.Datastore
Packages that use Datastore
Package
Description
-
Uses of Datastore in com.morpheusdata.core.cloud
Methods in com.morpheusdata.core.cloud that return types with arguments of type DatastoreModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Datastore>MorpheusDatastoreService.getDefaultImageDatastoreForAccount(Long cloudId, Long accountId) Get the default image Datastoreio.reactivex.rxjava3.core.Observable<Datastore>MorpheusDatastoreService.listById(Collection<Long> ids) Get a list of Datastore objects from a list of projection ids -
Uses of Datastore in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers that return types with arguments of type DatastoreModifier and TypeMethodDescriptionDatastoreTypeProvider.createDatastore(Datastore datastore) Perform any operations necessary on the target to create and register a datastore.default Collection<Datastore>CloudProvider.filterDatastores(Cloud cloud, Collection<Datastore> datastores, Collection<CloudPool> resourcePools) Support for additional datastore filtering during provisioningdefault ServiceResponse<Datastore>DatastoreTypeProvider.refreshDatastore(Datastore datastore) Refresh the provider with the associated data in the external system.default ServiceResponse<Datastore>DatastoreTypeProvider.updateDatastore(Datastore datastore) Perform any operations necessary on the target to update a datastore.Methods in com.morpheusdata.core.providers with parameters of type DatastoreModifier and TypeMethodDescriptionDatastoreTypeProvider.createDatastore(Datastore datastore) Perform any operations necessary on the target to create and register a datastore.default ServiceResponse<Datastore>DatastoreTypeProvider.refreshDatastore(Datastore datastore) Refresh the provider with the associated data in the external system.DatastoreTypeProvider.removeDatastore(Datastore datastore) Perform any operations necessary on the target to remove a datastore.default ServiceResponse<Datastore>DatastoreTypeProvider.updateDatastore(Datastore datastore) Perform any operations necessary on the target to update a datastore.default ServiceResponseDatastoreTypeProvider.validateDatastore(Datastore datastore) Perform any validations necessary on the target prior to create.Method parameters in com.morpheusdata.core.providers with type arguments of type DatastoreModifier and TypeMethodDescriptiondefault Collection<Datastore>CloudProvider.filterDatastores(Cloud cloud, Collection<Datastore> datastores, Collection<CloudPool> resourcePools) Support for additional datastore filtering during provisioning -
Uses of Datastore in com.morpheusdata.core.storage
Methods in com.morpheusdata.core.storage that return types with arguments of type DatastoreModifier and TypeMethodDescriptionMorpheusDatastoreTypeService.refreshDatastore(Datastore datastore) Refresh the provider with the associated data in the external system.Methods in com.morpheusdata.core.storage with parameters of type DatastoreModifier and TypeMethodDescriptionMorpheusDatastoreTypeService.refreshDatastore(Datastore datastore) Refresh the provider with the associated data in the external system. -
Uses of Datastore in com.morpheusdata.model
Fields in com.morpheusdata.model declared as DatastoreModifier and TypeFieldDescriptionprotected DatastoreAccountPrice.datastoreprotected DatastoreDatastoreLocation.datastoreprotected DatastoreVirtualImageLocation.datastoreFields in com.morpheusdata.model with type parameters of type DatastoreMethods in com.morpheusdata.model that return DatastoreModifier and TypeMethodDescriptionAccountPrice.getDatastore()DatastoreLocation.getDatastore()VirtualImageLocation.getDatastore()Methods in com.morpheusdata.model that return types with arguments of type DatastoreMethods in com.morpheusdata.model with parameters of type DatastoreModifier and TypeMethodDescriptionvoidAccountPrice.setDatastore(Datastore datastore) voidDatastoreLocation.setDatastore(Datastore datastore) voidVirtualImageLocation.setDatastore(Datastore datastore) Method parameters in com.morpheusdata.model with type arguments of type Datastore -
Uses of Datastore in com.morpheusdata.model.event
Fields in com.morpheusdata.model.event declared as DatastoreModifier and TypeFieldDescriptionprotected DatastoreDatastoreEvent.sourceDatastoreprotected DatastoreDatastoreEvent.targetDatastoreMethods in com.morpheusdata.model.event that return DatastoreModifier and TypeMethodDescriptionDatastoreEvent.getDatastore()DatastoreEvent.getSourceDatastore()DatastoreEvent.getTargetDatastore()Methods in com.morpheusdata.model.event with parameters of type DatastoreModifier and TypeMethodDescriptionvoidDatastoreEvent.setDatastore(Datastore datastore) voidDatastoreEvent.setSourceDatastore(Datastore datastore) voidDatastoreEvent.setTargetDatastore(Datastore datastore)