Interface VmMediatedDeviceService

    • Method Detail

      • update

        VmMediatedDeviceService.UpdateRequest update()
        Updates the information about the mediated device. You can update the information using `specParams` element. For example, to update a mediated device, send a request like this: [source] ---- PUT /ovirt-engine/api/vms/123/mediateddevices/00000000-0000-0000-0000-000000000000 mdevType nvidia-11 ---- with response body: [source,xml] ---- mdevType nvidia-11 ----
      • service

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