Interface TemplateMediatedDeviceService.UpdateResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    TemplateMediatedDeviceService

    public static interface TemplateMediatedDeviceService.UpdateResponse
    extends Response
    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/templates/123/mediateddevices/00000000-0000-0000-0000-000000000000 mdevType nvidia-11 ---- with response body: [source,xml] ----