Class: OvirtSDK4::ExternalNetworkProviderConfigurationService
- Defined in:
- lib/ovirtsdk4/services.rb,
lib/ovirtsdk4/services.rb
Instance Method Summary collapse
-
#get(opts = {}) ⇒ ExternalNetworkProviderConfiguration
Returns the information about an external network provider on the host.
-
#service(path) ⇒ Service
Locates the service corresponding to the given path.
Methods inherited from Service
Instance Method Details
#get(opts = {}) ⇒ ExternalNetworkProviderConfiguration
Returns the information about an external network provider on the host.
9949 9950 9951 |
# File 'lib/ovirtsdk4/services.rb', line 9949 def get(opts = {}) internal_get(GET, opts) end |