Interface OpenstackImageService

    • Method Detail

      • import_

        OpenstackImageService.ImportRequest import_()
        Imports a virtual machine from a Glance image storage domain. For example, to import the image with identifier `456` from the storage domain with identifier `123` send a request like this: [source] ---- POST /ovirt-engine/api/openstackimageproviders/123/images/456/import ---- With a request body like this: [source,xml] ---- images0 images0 ----
      • service

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