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