Interface VmApplicationsService.ListResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    VmApplicationsService

    public static interface VmApplicationsService.ListResponse
    extends Response
    Returns a list of applications installed in the virtual machine. The order of the returned list of applications isn't guaranteed.
    • Method Detail

      • applications

        List<Application> applications()
        A list of applications installed in the virtual machine. For example, a request like this: [source] ---- GET /ovirt-engine/api/vms/123/applications/ ---- May return a list like this: [source,xml] ---- kernel-3.10.0-327.36.1.el7 ovirt-guest-agent-common-1.0.12-3.el7 ----