Uses of Class
com.morpheusdata.model.projection.StorageVolumeIdentityProjection
Packages that use StorageVolumeIdentityProjection
-
Uses of StorageVolumeIdentityProjection in com.morpheusdata.core
Methods in com.morpheusdata.core that return types with arguments of type StorageVolumeIdentityProjectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<StorageVolumeIdentityProjection>MorpheusStorageVolumeService.listIdentityProjections(Long cloudId, String regionCode) Get a list ofStorageVolumeprojections based on Cloud idMethod parameters in com.morpheusdata.core with type arguments of type StorageVolumeIdentityProjectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusStorageVolumeService.remove(List<StorageVolumeIdentityProjection> storageVolumes, ComputeServerIdentityProjection computeServer, Boolean force) Remove persisted StorageVolumes from Morpheus and remove them from the ComputeServer.io.reactivex.rxjava3.core.Single<Boolean>MorpheusStorageVolumeService.remove(List<StorageVolumeIdentityProjection> storageVolumes, VirtualImageIdentityProjection virtualImage) Remove persisted StorageVolumes from Morpheus and remove them from the VirtualImage.io.reactivex.rxjava3.core.Single<Boolean>MorpheusStorageVolumeService.remove(List<StorageVolumeIdentityProjection> storageVolumes, VirtualImageLocationIdentityProjection virtualImageLocation) Remove persisted StorageVolumes from Morpheus and remove them from the VirtualImageLocation. -
Uses of StorageVolumeIdentityProjection in com.morpheusdata.model
Subclasses of StorageVolumeIdentityProjection in com.morpheusdata.modelModifier and TypeClassDescriptionclassRepresentation of a Morpheus StorageVolume database object within the Morpheus platform.Fields in com.morpheusdata.model with type parameters of type StorageVolumeIdentityProjectionModifier and TypeFieldDescriptionprotected List<StorageVolumeIdentityProjection>VirtualImage.volumesprotected List<StorageVolumeIdentityProjection>VirtualImageLocation.volumesMethods in com.morpheusdata.model that return types with arguments of type StorageVolumeIdentityProjectionModifier and TypeMethodDescriptionVirtualImage.getVolumes()Retrieve the list of StorageVolumeIdentityProjections for the VirtualImage.VirtualImageLocation.getVolumes()Retrieve the list of StorageVolumeIdentityProjections for the VirtualImageLocation.Method parameters in com.morpheusdata.model with type arguments of type StorageVolumeIdentityProjectionModifier and TypeMethodDescriptionvoidVirtualImage.setVolumes(List<StorageVolumeIdentityProjection> volumes) Set the list of StorageVolumeIdentityProjections for the VirtualImage NOTE: To modify the list of volumes associated with this VirtualImage, utilize MorpheusStorageVolumeServicevoidVirtualImageLocation.setVolumes(List<StorageVolumeIdentityProjection> volumes) Set the list of StorageVolumeIdentityProjections for the VirtualImageLocation NOTE: To modify the list of volumes associated with this VirtualImageLocation, utilize MorpheusStorageVolumeService