Package org.ovirt.engine.sdk4.services
Interface VmMediatedDevicesService.ListResponse
-
- All Superinterfaces:
Response
- Enclosing interface:
- VmMediatedDevicesService
public static interface VmMediatedDevicesService.ListResponse extends Response
Lists all the configured mediated devices of the virtual machine. The order of the returned list of mediated devices is not guaranteed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<VmMediatedDevice>
devices()
The list of mediated devices of the virtual machine.
-
-
-
Method Detail
-
devices
List<VmMediatedDevice> devices()
The list of mediated devices of the virtual machine.
-
-