Uses of Class
com.morpheusdata.model.projection.VirtualImageIdentityProjection
Packages that use VirtualImageIdentityProjection
-
Uses of VirtualImageIdentityProjection in com.morpheusdata.core
Methods in com.morpheusdata.core that return types with arguments of type VirtualImageIdentityProjectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<VirtualImageIdentityProjection>MorpheusVirtualImageService.listIdentityProjections(Long cloudId) Get a list of VirtualImage projections based on Cloud idio.reactivex.rxjava3.core.Observable<VirtualImageIdentityProjection>MorpheusVirtualImageService.listIdentityProjections(Long accountId, ImageType[] imageTypes) Get a list of VirtualImage projections that matches one of the provided ImageTypes and either the account owns or the account can access due to the visibility setting on the VirtualImageio.reactivex.rxjava3.core.Observable<VirtualImageIdentityProjection>MorpheusVirtualImageService.listIdentityProjections(String provisionTypeCode) Get a list of VirtualImage projections based on Provision Type Codeio.reactivex.rxjava3.core.Observable<VirtualImageIdentityProjection>MorpheusVirtualImageService.listIdentityProjectionsByCategory(Long accountId, String[] categories) Deprecated.io.reactivex.rxjava3.core.Observable<VirtualImageIdentityProjection>MorpheusVirtualImageService.listIdentityProjectionsByCloudAndCategory(Long accountId, Long cloudId, String[] categories) Deprecated.io.reactivex.rxjava3.core.Observable<VirtualImageIdentityProjection>MorpheusVirtualImageService.listSyncProjections(Long cloudId) Deprecated.io.reactivex.rxjava3.core.Observable<VirtualImageIdentityProjection>MorpheusVirtualImageService.listSyncProjections(Long accountId, ImageType[] imageTypes) Deprecated.io.reactivex.rxjava3.core.Observable<VirtualImageIdentityProjection>MorpheusVirtualImageService.listSyncProjections(String provisionTypeCode) Deprecated.io.reactivex.rxjava3.core.Observable<VirtualImageIdentityProjection>MorpheusVirtualImageService.listSyncProjectionsByCategory(Long accountId, String[] categories) Deprecated.io.reactivex.rxjava3.core.Observable<VirtualImageIdentityProjection>MorpheusVirtualImageService.listSyncProjectionsByCloudAndCategory(Long accountId, Long cloudId, String[] categories) Deprecated.Methods in com.morpheusdata.core with parameters of type VirtualImageIdentityProjectionModifier and TypeMethodDescriptionio.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>MorpheusStorageVolumeService.create(List<StorageVolume> storageVolumes, VirtualImageIdentityProjection virtualImage) Create persisted StorageVolumes in Morpheus and add them to the VirtualImage.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>MorpheusStorageVolumeService.remove(List<StorageVolumeIdentityProjection> storageVolumes, VirtualImageIdentityProjection virtualImage) Remove persisted StorageVolumes from Morpheus and remove them from the VirtualImage.Method parameters in com.morpheusdata.core with type arguments of type VirtualImageIdentityProjectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusVirtualImageService.remove(List<VirtualImageIdentityProjection> virtualImages, Cloud cloud) Deprecated. -
Uses of VirtualImageIdentityProjection in com.morpheusdata.model
Subclasses of VirtualImageIdentityProjection in com.morpheusdata.model -
Uses of VirtualImageIdentityProjection in com.morpheusdata.model.projection
Fields in com.morpheusdata.model.projection declared as VirtualImageIdentityProjectionModifier and TypeFieldDescriptionprotected VirtualImageIdentityProjectionVirtualImageLocationIdentityProjection.virtualImageMethods in com.morpheusdata.model.projection that return VirtualImageIdentityProjectionMethods in com.morpheusdata.model.projection with parameters of type VirtualImageIdentityProjectionModifier and TypeMethodDescriptionvoidVirtualImageLocationIdentityProjection.setVirtualImage(VirtualImageIdentityProjection virtualImage)
MorpheusVirtualImageService.listIdentityProjections(Long)}