Package org.ovirt.engine.sdk4.services
Interface TemplateMediatedDeviceService.UpdateRequest
-
- All Superinterfaces:
Request<TemplateMediatedDeviceService.UpdateRequest,TemplateMediatedDeviceService.UpdateResponse>
- Enclosing interface:
- TemplateMediatedDeviceService
public static interface TemplateMediatedDeviceService.UpdateRequest extends Request<TemplateMediatedDeviceService.UpdateRequest,TemplateMediatedDeviceService.UpdateResponse>
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-000000000000mdevType nvidia-11 mdevType nvidia-11
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TemplateMediatedDeviceService.UpdateRequest
async(Boolean async)
Indicates if the update should be performed asynchronously.TemplateMediatedDeviceService.UpdateRequest
devices(VmMediatedDeviceBuilder devices)
The information about the mediated device.TemplateMediatedDeviceService.UpdateRequest
devices(VmMediatedDevice devices)
-
-
-
Method Detail
-
async
TemplateMediatedDeviceService.UpdateRequest async(Boolean async)
Indicates if the update should be performed asynchronously.
-
devices
TemplateMediatedDeviceService.UpdateRequest devices(VmMediatedDevice devices)
-
devices
TemplateMediatedDeviceService.UpdateRequest devices(VmMediatedDeviceBuilder devices)
The information about the mediated device. The request data must contain `specParams` properties. The response data contains complete information about the updated mediated device.
-
-