Package org.ovirt.engine.sdk4.services
Interface TemplateMediatedDeviceService
-
- All Superinterfaces:
Service
- All Known Implementing Classes:
TemplateMediatedDeviceServiceImpl
public interface TemplateMediatedDeviceService extends Service
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
TemplateMediatedDeviceService.GetRequest
Gets mediated device configuration of the template.static interface
TemplateMediatedDeviceService.GetResponse
Gets mediated device configuration of the template.static interface
TemplateMediatedDeviceService.RemoveRequest
Remove the mediated device from the template.static interface
TemplateMediatedDeviceService.RemoveResponse
Remove the mediated device from the template.static interface
TemplateMediatedDeviceService.UpdateRequest
Updates the information about the mediated device.static interface
TemplateMediatedDeviceService.UpdateResponse
Updates the information about the mediated device.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TemplateMediatedDeviceService.GetRequest
get()
Gets mediated device configuration of the template.TemplateMediatedDeviceService.RemoveRequest
remove()
Remove the mediated device from the template.Service
service(String path)
Service locator method, returns individual service on which the URI is dispatched.TemplateMediatedDeviceService.UpdateRequest
update()
Updates the information about the mediated device.
-
-
-
Method Detail
-
get
TemplateMediatedDeviceService.GetRequest get()
Gets mediated device configuration of the template.
-
remove
TemplateMediatedDeviceService.RemoveRequest remove()
Remove the mediated device from the template.
-
update
TemplateMediatedDeviceService.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/templates/123/mediateddevices/00000000-0000-0000-0000-000000000000mdevType nvidia-11 mdevType nvidia-11
-
-