Uses of Interface
org.openstack4j.model.image.v2.CachedImage
-
Packages that use CachedImage Package Description org.openstack4j.api.image.v2 org.openstack4j.openstack.image.v2.domain org.openstack4j.openstack.image.v2.internal -
-
Uses of CachedImage in org.openstack4j.api.image.v2
Methods in org.openstack4j.api.image.v2 that return types with arguments of type CachedImage Modifier and Type Method Description List<? extends CachedImage>ImageService. listCachedImages()List images currently in the glance image cache. -
Uses of CachedImage in org.openstack4j.openstack.image.v2.domain
Classes in org.openstack4j.openstack.image.v2.domain that implement CachedImage Modifier and Type Class Description classCachedGlanceImage -
Uses of CachedImage in org.openstack4j.openstack.image.v2.internal
Methods in org.openstack4j.openstack.image.v2.internal that return types with arguments of type CachedImage Modifier and Type Method Description List<? extends CachedImage>ImageServiceImpl. listCachedImages()List images currently in the glance image cache.
-