Uses of Class
com.morpheusdata.model.StorageController
Packages that use StorageController
-
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.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
MorpheusDataService.bulkSave(java.util.List<M>)instead