Package org.ovirt.engine.sdk4.services
Interface VmCdromService.GetRequest
-
- All Superinterfaces:
Request<VmCdromService.GetRequest,VmCdromService.GetResponse>
- Enclosing interface:
- VmCdromService
public static interface VmCdromService.GetRequest extends Request<VmCdromService.GetRequest,VmCdromService.GetResponse>
Returns the information about this CDROM device. The information consists of `cdrom` attribute containing reference to the CDROM device, the virtual machine, and optionally the inserted disk. If there is a disk inserted then the `file` attribute will contain a reference to the ISO image: [source,xml] ----
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VmCdromService.GetRequest
current(Boolean current)
Indicates if the operation should return the information for the currently running virtual machine.VmCdromService.GetRequest
follow(String follow)
Indicates which inner links should be _followed_.
-
-
-
Method Detail
-
current
VmCdromService.GetRequest current(Boolean current)
Indicates if the operation should return the information for the currently running virtual machine. This parameter is optional, and the default value is `false`.
-
follow
VmCdromService.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.
-
-