Uses of Enum Class
com.morpheusdata.model.ImageType
Packages that use ImageType
-
Uses of ImageType in com.morpheusdata.core
Methods in com.morpheusdata.core with parameters of type ImageTypeModifier and TypeMethodDescriptionio.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.listSyncProjections(Long accountId, ImageType[] imageTypes) Deprecated. -
Uses of ImageType in com.morpheusdata.model
Methods in com.morpheusdata.model that return ImageType -
Uses of ImageType in com.morpheusdata.model.projection
Fields in com.morpheusdata.model.projection declared as ImageTypeMethods in com.morpheusdata.model.projection that return ImageTypeMethods in com.morpheusdata.model.projection with parameters of type ImageTypeModifier and TypeMethodDescriptionvoidVirtualImageIdentityProjection.setImageType(ImageType imageType)
MorpheusVirtualImageService.listIdentityProjections(Long, ImageType[])}