Uses of Interface
org.openstack4j.api.image.v2.ImageService
-
Packages that use ImageService Package Description org.openstack4j.api org.openstack4j.openstack.image.v2.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. getImageV2Service()Gets the (Glance) Image v2 services APIImageServiceOSClient. imagesV2()Returns the Image V2 Service API -
Uses of ImageService in org.openstack4j.openstack.image.v2.internal
Classes in org.openstack4j.openstack.image.v2.internal that implement ImageService Modifier and Type Class Description classImageServiceImplImplementation of Glance V2 Image Service -
Uses of ImageService in org.openstack4j.openstack.internal
Methods in org.openstack4j.openstack.internal that return ImageService Modifier and Type Method Description ImageServiceOSClientSession. imagesV2()
-