Package org.ovirt.engine.sdk4.services
Interface VmMediatedDevicesService.ListRequest
-
- All Superinterfaces:
Request<VmMediatedDevicesService.ListRequest,VmMediatedDevicesService.ListResponse>
- Enclosing interface:
- VmMediatedDevicesService
public static interface VmMediatedDevicesService.ListRequest extends Request<VmMediatedDevicesService.ListRequest,VmMediatedDevicesService.ListResponse>
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 VmMediatedDevicesService.ListRequest
follow(String follow)
Indicates which inner links should be _followed_.VmMediatedDevicesService.ListRequest
max(Integer max)
Sets the maximum number of mediated devices to return.VmMediatedDevicesService.ListRequest
max(Long max)
Sets the maximum number of mediated devices to return.VmMediatedDevicesService.ListRequest
max(BigInteger max)
Sets the maximum number of mediated devices to return.
-
-
-
Method Detail
-
follow
VmMediatedDevicesService.ListRequest follow(String follow)
Indicates which inner links should be _followed_. The objects referenced by these links will be fetched as part of the current request. See <> for details.
-
max
VmMediatedDevicesService.ListRequest max(Integer max)
Sets the maximum number of mediated devices to return. If not specified all the mediated devices are returned.
-
max
VmMediatedDevicesService.ListRequest max(Long max)
Sets the maximum number of mediated devices to return. If not specified all the mediated devices are returned.
-
max
VmMediatedDevicesService.ListRequest max(BigInteger max)
Sets the maximum number of mediated devices to return. If not specified all the mediated devices are returned.
-
-