Package org.ovirt.engine.sdk4.services
Interface LinkLayerDiscoveryProtocolService.ListResponse
-
- All Superinterfaces:
Response
- Enclosing interface:
- LinkLayerDiscoveryProtocolService
public static interface LinkLayerDiscoveryProtocolService.ListResponse extends Response
Fetches information elements received by LLDP.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<LinkLayerDiscoveryProtocolElement>
elements()
Retrieves a list of information elements received by LLDP.
-
-
-
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 ----
-
-