Interface TemplateCdromService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    TemplateCdromServiceImpl

    public interface TemplateCdromService
    extends Service
    A service managing a CD-ROM device on templates.
    • Method Detail

      • get

        TemplateCdromService.GetRequest get()
        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/ ----
      • service

        Service service​(String path)
        Service locator method, returns individual service on which the URI is dispatched.