Package org.ovirt.engine.sdk4.services
Interface VmCdromService.UpdateResponse
-
- All Superinterfaces:
Response
- Enclosing interface:
- VmCdromService
public static interface VmCdromService.UpdateResponse extends Response
Updates the information about this CDROM device. It allows to change or eject the disk by changing the value of the `file` attribute. For example, to insert or change the disk send a request like this: [source] ---- PUT /ovirt-engine/api/vms/123/cdroms/00000000-0000-0000-0000-000000000000 ---- The body should contain the new value for the `file` attribute: [source,xml] ----
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Cdrom
cdrom()
The information about the CDROM device.
-
-
-
Method Detail
-
cdrom
Cdrom cdrom()
The information about the CDROM device.
-
-