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