Interface TemplatesService.ListResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    TemplatesService

    public static interface TemplatesService.ListResponse
    extends Response
    Returns the list of virtual machine templates. For example: [source] ---- GET /ovirt-engine/api/templates ---- Will return the list of virtual machines and virtual machine templates. The order of the returned list of templates is not guaranteed.
    • Method Detail

      • templates

        List<Template> templates()
        The list of virtual machine templates.