class Fog::Ovirt::Compute::Clusters

Public Instance Methods

all(filters = {}) click to toggle source
# File lib/fog/ovirt/models/compute/clusters.rb, line 10
def all(filters = {})
  load service.list_clusters(filters)
end
get(id) click to toggle source
# File lib/fog/ovirt/models/compute/clusters.rb, line 14
def get(id)
  new service.get_cluster(id)
end