Interface VmMediatedDeviceService.UpdateResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    VmMediatedDeviceService

    public static interface VmMediatedDeviceService.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/vms/123/mediateddevices/00000000-0000-0000-0000-000000000000 mdevType nvidia-11 ---- with response body: [source,xml] ---- mdevType nvidia-11 ----
    • Method Detail

      • device

        VmMediatedDevice device()
        The information about the mediated device. The request data must contain `specParams` properties. The response data contains complete information about the updated mediated device.