Package org.ovirt.engine.sdk4.services
Interface TemplateMediatedDeviceService.GetResponse
-
- All Superinterfaces:
Response
- Enclosing interface:
- TemplateMediatedDeviceService
public static interface TemplateMediatedDeviceService.GetResponse extends Response
Gets mediated device configuration of the template.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VmMediatedDevice
device()
The information about the mediated device of the template.
-
-
-
Method Detail
-
device
VmMediatedDevice device()
The information about the mediated device of the template.
-
-