Interface ImagesService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    ImagesServiceImpl

    public interface ImagesService
    extends Service
    Manages the set of images available in an storage domain or in an OpenStack image provider.
    • Method Detail

      • list

        ImagesService.ListRequest list()
        Returns the list of images available in the storage domain or provider. The order of the returned list of images isn't guaranteed.
      • service

        Service service​(String path)
        Service locator method, returns individual service on which the URI is dispatched.