Interface HardwareInformation

  • All Known Implementing Classes:
    HardwareInformationContainer

    public interface HardwareInformation
    Represents hardware information of host. To get that information send a request like this: .... GET /ovirt-engine/api/hosts/123 .... The result will be like this: [source,xml] ---- ... Red Hat Enterprise Linux Red Hat RHEV Hypervisor 01234567-89AB-CDEF-0123-456789ABCDEF random 12345678-9ABC-DEF0-1234-56789ABCDEF0 1.2-34.5.el7ev ... ----
    • Method Detail

      • familyPresent

        boolean familyPresent()
      • manufacturer

        String manufacturer()
      • manufacturerPresent

        boolean manufacturerPresent()
      • productName

        String productName()
      • productNamePresent

        boolean productNamePresent()
      • serialNumber

        String serialNumber()
      • serialNumberPresent

        boolean serialNumberPresent()
      • supportedRngSourcesPresent

        boolean supportedRngSourcesPresent()
      • uuidPresent

        boolean uuidPresent()
      • versionPresent

        boolean versionPresent()