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