Package org.ovirt.engine.sdk4.services
Interface VmMediatedDevicesService
-
- All Superinterfaces:
Service
- All Known Implementing Classes:
VmMediatedDevicesServiceImpl
public interface VmMediatedDevicesService extends Service
A service that manages mediated devices of a VM.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
VmMediatedDevicesService.AddRequest
Add a new mediated device to the virtual machine.static interface
VmMediatedDevicesService.AddResponse
Add a new mediated device to the virtual machine.static interface
VmMediatedDevicesService.ListRequest
Lists all the configured mediated devices of the virtual machine.static interface
VmMediatedDevicesService.ListResponse
Lists all the configured mediated devices of the virtual machine.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VmMediatedDevicesService.AddRequest
add()
Add a new mediated device to the virtual machine.VmMediatedDeviceService
deviceService(String id)
Returns a reference to the service that manages a mediated device of a virtual machine.VmMediatedDevicesService.ListRequest
list()
Lists all the configured mediated devices of the virtual machine.Service
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
-
-
-
Method Detail
-
add
VmMediatedDevicesService.AddRequest add()
Add a new mediated device to the virtual machine.
-
list
VmMediatedDevicesService.ListRequest list()
Lists all the configured mediated devices of the virtual machine. The order of the returned list of mediated devices is not guaranteed.
-
deviceService
VmMediatedDeviceService deviceService(String id)
Returns a reference to the service that manages a mediated device of a virtual machine.
-
-