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.
5946 5947 5948 |
# File 'lib/ovirtsdk4/services.rb', line 5946 def list(opts = {}) internal_get(LIST, opts) end |