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