Interface TemplateCdromService.GetResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    TemplateCdromService

    public static interface TemplateCdromService.GetResponse
    extends Response
    Returns the information about this CD-ROM device. For example, to get information about the CD-ROM device of template `123` send a request like: [source] ---- GET /ovirt-engine/api/templates/123/cdroms/ ----
    • Method Detail

      • cdrom

        Cdrom cdrom()
        The information about the CD-ROM device. The information consists of `cdrom` attribute containing reference to the CD-ROM device, the template, 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] ----