Methods

Class/Module Index [+]

Quicksearch

Fog::Compute::Libvirt::Servers

Public Instance Methods

all(filter={}) click to toggle source
# File lib/fog/libvirt/models/compute/servers.rb, line 12
def all(filter={})
  load(service.list_domains(filter))
end
get(uuid) click to toggle source
# 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.