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