Uses of Interface
org.openstack4j.api.image.ImageService
-
Packages that use ImageService Package Description org.openstack4j.api org.openstack4j.openstack.image.internal org.openstack4j.openstack.internal -
-
Uses of ImageService in org.openstack4j.api
Methods in org.openstack4j.api that return ImageService Modifier and Type Method Description static ImageServiceApis. getImageService()Gets the (Glance) Image services APIImageServiceOSClient. images()Returns the Image Service API -
Uses of ImageService in org.openstack4j.openstack.image.internal
Classes in org.openstack4j.openstack.image.internal that implement ImageService Modifier and Type Class Description classImageServiceImplOpenStack (Glance) Image based Operations -
Uses of ImageService in org.openstack4j.openstack.internal
Methods in org.openstack4j.openstack.internal that return ImageService Modifier and Type Method Description ImageServiceOSClientSession. images()
-