Uses of Class
com.morpheusdata.model.projection.StorageControllerIdentityProjection
Packages that use StorageControllerIdentityProjection
-
Uses of StorageControllerIdentityProjection in com.morpheusdata.core
Method parameters in com.morpheusdata.core with type arguments of type StorageControllerIdentityProjectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusStorageControllerService.remove(List<StorageControllerIdentityProjection> storageControllers, ComputeServerIdentityProjection computeServer, Boolean force) Remove persisted StorageControllers from Morpheus and remove them from the ComputeServer.io.reactivex.rxjava3.core.Single<Boolean>MorpheusStorageControllerService.remove(List<StorageControllerIdentityProjection> storageControllers, VirtualImageIdentityProjection virtualImage) Remove persisted StorageControllers from Morpheus and remove them from the VirtualImage.io.reactivex.rxjava3.core.Single<Boolean>MorpheusStorageControllerService.remove(List<StorageControllerIdentityProjection> storageControllers, VirtualImageLocationIdentityProjection virtualImageLocation) Remove persisted StorageControllers from Morpheus and remove them from the VirtualImageLocation. -
Uses of StorageControllerIdentityProjection in com.morpheusdata.model
Subclasses of StorageControllerIdentityProjection in com.morpheusdata.modelModifier and TypeClassDescriptionclassRepresentation of a Morpheus StorageController database object within the Morpheus platform.Fields in com.morpheusdata.model declared as StorageControllerIdentityProjectionModifier and TypeFieldDescriptionprotected StorageControllerIdentityProjectionStorageVolume.controllerFields in com.morpheusdata.model with type parameters of type StorageControllerIdentityProjectionModifier and TypeFieldDescriptionprotected List<StorageControllerIdentityProjection>VirtualImage.controllersprotected List<StorageControllerIdentityProjection>VirtualImageLocation.controllersMethods in com.morpheusdata.model that return StorageControllerIdentityProjectionMethods in com.morpheusdata.model that return types with arguments of type StorageControllerIdentityProjectionModifier and TypeMethodDescriptionVirtualImage.getControllers()Retrieve the list of StorageControllerIdentityProjections for the VirtualImage.VirtualImageLocation.getControllers()Retrieve the list of StorageControllerIdentityProjections for the VirtualImageLocation.Methods in com.morpheusdata.model with parameters of type StorageControllerIdentityProjectionModifier and TypeMethodDescriptionvoidStorageVolume.setController(StorageControllerIdentityProjection controller) Method parameters in com.morpheusdata.model with type arguments of type StorageControllerIdentityProjectionModifier and TypeMethodDescriptionvoidVirtualImage.setControllers(List<StorageControllerIdentityProjection> controllers) Set the list of StorageControllerIdentityProjections for the VirtualImage NOTE: To modify the list of controllers associated with this VirtualImage, utilize MorpheusStorageControllerServicevoidVirtualImageLocation.setControllers(List<StorageControllerIdentityProjection> controllers) Set the list of StorageControllerIdentityProjections for the VirtualImageLocation NOTE: To modify the list of controllers associated with this VirtualImageLocation, utilize MorpheusStorageControllerService