Method: OvirtSDK4::ClustersService#list
- Defined in:
- lib/ovirtsdk4/services.rb
#list(opts = {}) ⇒ Array<Cluster>
Returns the list of clusters of the system.
The order of the returned clusters is guaranteed only if the sortby
clause is included in the
search
parameter.
6010 6011 6012 |
# File 'lib/ovirtsdk4/services.rb', line 6010 def list(opts = {}) internal_get(LIST, opts) end |