Interface ProductInfo

  • All Known Implementing Classes:
    ProductInfoContainer

    public interface ProductInfo
    Product information. The entry point contains a `product_info` element to help an API user determine the legitimacy of the {product-name} environment. This includes the name of the product, the `vendor` and the `version`. Verify a genuine {product-name} environment The follow elements identify a genuine {product-name} environment: [source] ---- ... oVirt Engine ovirt.org 0 4.1.0_master 4 1 0 ... ----
    • Method Detail

      • instanceId

        String instanceId()
      • instanceIdPresent

        boolean instanceIdPresent()
      • namePresent

        boolean namePresent()
      • vendorPresent

        boolean vendorPresent()
      • versionPresent

        boolean versionPresent()