Class: OvirtSDK4::ClusterExternalProvidersService
- Defined in:
- lib/ovirtsdk4/services.rb,
lib/ovirtsdk4/services.rb
Instance Method Summary collapse
-
#list(opts = {}) ⇒ Array<ExternalProvider>
Returns the list of external providers.
-
#service(path) ⇒ Service
Locates the service corresponding to the given path.
Methods inherited from Service
Instance Method Details
#list(opts = {}) ⇒ Array<ExternalProvider>
Returns the list of external providers.
The order of the returned list of providers is not guaranteed.
5354 5355 5356 |
# File 'lib/ovirtsdk4/services.rb', line 5354 def list(opts = {}) internal_get(LIST, opts) end |