Package org.ovirt.engine.sdk4.services
Interface LinkLayerDiscoveryProtocolService
-
- All Superinterfaces:
Service
- All Known Implementing Classes:
LinkLayerDiscoveryProtocolServiceImpl
public interface LinkLayerDiscoveryProtocolService extends Service
A service to fetch information elements received by Link Layer Discovery Protocol (LLDP).
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
LinkLayerDiscoveryProtocolService.ListRequest
Fetches information elements received by LLDP.static interface
LinkLayerDiscoveryProtocolService.ListResponse
Fetches information elements received by LLDP.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LinkLayerDiscoveryProtocolService.ListRequest
list()
Fetches information elements received by LLDP.Service
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
-
-
-
Method Detail
-
list
LinkLayerDiscoveryProtocolService.ListRequest list()
Fetches information elements received by LLDP.
-
-