Interface HostStorageService

    • Method Detail

      • list

        HostStorageService.ListRequest list()
        Get list of storages. [source] ---- GET /ovirt-engine/api/hosts/123/storage ---- The XML response you get will be like this one: [source,xml] ---- ... ... ---- The order of the returned list of storages isn't guaranteed.
      • storageService

        StorageService storageService​(String id)
        Reference to a service managing the storage.
      • service

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