Class: OvirtSDK4::LinkLayerDiscoveryProtocolService
- Defined in:
- lib/ovirtsdk4/services.rb,
lib/ovirtsdk4/services.rb
Instance Method Summary collapse
-
#list(opts = {}) ⇒ Array<LinkLayerDiscoveryProtocolElement>
Fetches information elements received by LLDP.
-
#service(path) ⇒ Service
Locates the service corresponding to the given path.
Methods inherited from Service
Instance Method Details
#list(opts = {}) ⇒ Array<LinkLayerDiscoveryProtocolElement>
Fetches information elements received by LLDP.
15482 15483 15484 |
# File 'lib/ovirtsdk4/services.rb', line 15482 def list(opts = {}) internal_get(LIST, opts) end |