Package org.ovirt.engine.sdk4.services
Interface TemplateMediatedDevicesService.ListRequest
-
- All Superinterfaces:
Request<TemplateMediatedDevicesService.ListRequest,TemplateMediatedDevicesService.ListResponse>
- Enclosing interface:
- TemplateMediatedDevicesService
public static interface TemplateMediatedDevicesService.ListRequest extends Request<TemplateMediatedDevicesService.ListRequest,TemplateMediatedDevicesService.ListResponse>
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 TemplateMediatedDevicesService.ListRequest
follow(String follow)
Indicates which inner links should be _followed_.TemplateMediatedDevicesService.ListRequest
max(Integer max)
Sets the maximum number of mediated devices to return.TemplateMediatedDevicesService.ListRequest
max(Long max)
Sets the maximum number of mediated devices to return.TemplateMediatedDevicesService.ListRequest
max(BigInteger max)
Sets the maximum number of mediated devices to return.
-
-
-
Method Detail
-
follow
TemplateMediatedDevicesService.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
TemplateMediatedDevicesService.ListRequest max(Integer max)
Sets the maximum number of mediated devices to return. If not specified all the mediated devices are returned.
-
max
TemplateMediatedDevicesService.ListRequest max(Long max)
Sets the maximum number of mediated devices to return. If not specified all the mediated devices are returned.
-
max
TemplateMediatedDevicesService.ListRequest max(BigInteger max)
Sets the maximum number of mediated devices to return. If not specified all the mediated devices are returned.
-
-