Fog::Collection
# File lib/fog/libvirt/models/compute/pools.rb, line 12 def all(filter = {}) load(service.list_pools(filter)) end
# File lib/fog/libvirt/models/compute/pools.rb, line 16 def get(uuid) self.all(:uuid => uuid).first end
[Validate]
Generated with the Darkfish Rdoc Generator 2.