Uses of Class
com.morpheusdata.model.StorageController
Packages that use StorageController
Package
Description
-
Uses of StorageController in com.morpheusdata.core
Methods in com.morpheusdata.core that return types with arguments of type StorageControllerModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<StorageController>MorpheusStorageControllerService.listById(Collection<Long> ids) Deprecated.Method parameters in com.morpheusdata.core with type arguments of type StorageControllerModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusStorageControllerService.create(List<StorageController> storageControllers, ComputeServerIdentityProjection computeServer) Create persisted StorageControllers in Morpheus and add them to the ComputeServer.io.reactivex.rxjava3.core.Single<Boolean>MorpheusStorageControllerService.create(List<StorageController> storageControllers, VirtualImageIdentityProjection virtualImage) Create persisted StorageControllers in Morpheus and add them to the VirtualImage.io.reactivex.rxjava3.core.Single<Boolean>MorpheusStorageControllerService.create(List<StorageController> storageControllers, VirtualImageLocationIdentityProjection virtualImageLocation) Create persisted StorageControllers in Morpheus and add them to the VirtualImageLocation.io.reactivex.rxjava3.core.Single<Boolean>MorpheusStorageControllerService.save(List<StorageController> storageControllers) Deprecated. -
Uses of StorageController in com.morpheusdata.core.providers
Method parameters in com.morpheusdata.core.providers with type arguments of type StorageControllerModifier and TypeMethodDescriptionProvisionProvider.BuildResizeControllerChangelistFacet.buildControllerChangelist(BuildResizeChangelistRequest<StorageController> request) Builds the StorageController changelist -
Uses of StorageController in com.morpheusdata.model
Fields in com.morpheusdata.model with type parameters of type StorageControllerMethods in com.morpheusdata.model that return types with arguments of type StorageControllerMethod parameters in com.morpheusdata.model with type arguments of type StorageControllerModifier and TypeMethodDescriptionvoidComputeServer.setControllers(List<StorageController> controllers) NOTE: To modify the list of controllers associated with this ComputeServer, utilize MorpheusStorageControllerService -
Uses of StorageController in com.morpheusdata.request
Fields in com.morpheusdata.request with type parameters of type StorageControllerModifier and TypeFieldDescriptionResizeV2Request.controllersAddStorageControllers that should be addedResizeRequest.controllersDeleteStorageControllers that should be deletedResizeV2Request.controllersDeleteStorageControllers that should be deletedResizeRequest.controllersUpdateStorageControllers that should be updatedResizeV2Request.controllersUpdateStorageControllers that should be updated -
Uses of StorageController in com.morpheusdata.response
Fields in com.morpheusdata.response with type parameters of type StorageControllerModifier and TypeFieldDescriptionprotected List<StorageController>BuildResizeControllerChangelistResponse.removeListList of storage controllers to be removed.protected List<UpdateModel<StorageController>>BuildResizeControllerChangelistResponse.updateListList of storage controllers to be updated.Methods in com.morpheusdata.response that return types with arguments of type StorageControllerModifier and TypeMethodDescriptionBuildResizeControllerChangelistResponse.getRemoveList()BuildResizeControllerChangelistResponse.getUpdateList()Method parameters in com.morpheusdata.response with type arguments of type StorageControllerModifier and TypeMethodDescriptionvoidBuildResizeControllerChangelistResponse.setRemoveList(List<StorageController> removeList) voidBuildResizeControllerChangelistResponse.setUpdateList(List<UpdateModel<StorageController>> updateList)
MorpheusDataService.bulkSave(java.util.List<M>)instead