Package org.ovirt.engine.sdk4.services
Interface TemplateMediatedDeviceService.GetRequest
-
- All Superinterfaces:
Request<TemplateMediatedDeviceService.GetRequest,TemplateMediatedDeviceService.GetResponse>
- Enclosing interface:
- TemplateMediatedDeviceService
public static interface TemplateMediatedDeviceService.GetRequest extends Request<TemplateMediatedDeviceService.GetRequest,TemplateMediatedDeviceService.GetResponse>
Gets mediated device configuration of the template.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TemplateMediatedDeviceService.GetRequest
follow(String follow)
Indicates which inner links should be _followed_.
-
-
-
Method Detail
-
follow
TemplateMediatedDeviceService.GetRequest 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.
-
-