Interface LinkLayerDiscoveryProtocolService.ListResponse

    • Method Detail

      • elements

        List<LinkLayerDiscoveryProtocolElement> elements()
        Retrieves a list of information elements received by LLDP. For example, to retrieve the information elements received on the NIC `321` on host `123`, send a request like this: .... GET ovirt-engine/api/hosts/123/nics/321/linklayerdiscoveryprotocolelements .... It will return a response like this: [source,xml] ---- ... Port Description port description Summit300-48-Port 1001 4 ... ----