Interface Application

  • All Superinterfaces:
    Identified
    All Known Implementing Classes:
    ApplicationContainer

    public interface Application
    extends Identified
    Represents an application installed on a virtual machine. Applications are reported by the guest agent, if you deploy one on the virtual machine operating system. To get that information send a request like this: .... GET /ovirt-engine/api/vms/123/applications/456 .... The result will be like this: [source,xml] ---- application-test-1.0.0-0.el7 ----
    • Method Detail

      • vm

        Vm vm()
      • vmPresent

        boolean vmPresent()