Package org.ovirt.engine.sdk4.services
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-000000000000mdevType nvidia-11 mdevType nvidia-11
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VmMediatedDevice
devices()
The information about the mediated device.
-
-
-
Method Detail
-
devices
VmMediatedDevice 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.
-
-