Interface HostNicsService.ListRequest

    • Method Detail

      • allContent

        HostNicsService.ListRequest allContent​(Boolean allContent)
        Indicates if all of the attributes of the host network interface should be included in the response. By default the following attributes are excluded: - `virtual_functions_configuration` For example, to retrieve the complete representation of network interface '456' of host '123': .... GET /ovirt-engine/api/hosts/123/nics?all_content=true .... NOTE: These attributes are not included by default because retrieving them impacts performance. They are seldom used and require additional queries to the database. Use this parameter with caution and only when specifically required.
      • follow

        HostNicsService.ListRequest follow​(String follow)
        Indicates which inner links should be _followed_. The objects referenced by these links will be fetched as part of the current request. See <> for details.