Fog::Collection
# File lib/fog/ovirt/models/compute/clusters.rb, line 12 def all(filters = {}) load service.list_clusters(filters) end
# File lib/fog/ovirt/models/compute/clusters.rb, line 16 def get(id) new service.get_cluster(id) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.