Uses of Class
com.morpheusdata.model.projection.VirtualImageLocationIdentityProjection
Packages that use VirtualImageLocationIdentityProjection
-
Uses of VirtualImageLocationIdentityProjection in com.morpheusdata.core
Methods in com.morpheusdata.core that return types with arguments of type VirtualImageLocationIdentityProjectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<VirtualImageLocationIdentityProjection>MorpheusVirtualImageLocationService.listIdentityProjections(Long cloudId, String regionCode) Get a list of VirtualImageLocation projections based on Cloud idio.reactivex.rxjava3.core.Observable<VirtualImageLocationIdentityProjection>MorpheusVirtualImageLocationService.listSyncProjections(Long cloudId) Deprecated.Methods in com.morpheusdata.core with parameters of type VirtualImageLocationIdentityProjectionModifier and TypeMethodDescriptionio.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>MorpheusStorageVolumeService.create(List<StorageVolume> storageVolumes, VirtualImageLocationIdentityProjection virtualImageLocation) Create persisted StorageVolumes in Morpheus and add them to the VirtualImageLocation.io.reactivex.rxjava3.core.Single<Boolean>MorpheusStorageControllerService.remove(List<StorageControllerIdentityProjection> storageControllers, VirtualImageLocationIdentityProjection virtualImageLocation) Remove persisted StorageControllers from Morpheus and remove them from the VirtualImageLocation.io.reactivex.rxjava3.core.Single<Boolean>MorpheusStorageVolumeService.remove(List<StorageVolumeIdentityProjection> storageVolumes, VirtualImageLocationIdentityProjection virtualImageLocation) Remove persisted StorageVolumes from Morpheus and remove them from the VirtualImageLocation.Method parameters in com.morpheusdata.core with type arguments of type VirtualImageLocationIdentityProjectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusVirtualImageLocationService.remove(List<VirtualImageLocationIdentityProjection> virtualImageLocations) Deprecated. -
Uses of VirtualImageLocationIdentityProjection in com.morpheusdata.core.synchronous
Methods in com.morpheusdata.core.synchronous that return types with arguments of type VirtualImageLocationIdentityProjectionModifier and TypeMethodDescriptionMorpheusSynchronousVirtualImageLocationService.listIdentityProjections(Long cloudId, String regionCode) Get a list of VirtualImageLocation projections based on Cloud id -
Uses of VirtualImageLocationIdentityProjection in com.morpheusdata.model
Subclasses of VirtualImageLocationIdentityProjection in com.morpheusdata.model
MorpheusVirtualImageLocationService.listIdentityProjections(Long, String)}