Methods

Class/Module Index [+]

Quicksearch

Fog::Compute::Libvirt::Networks

Public Instance Methods

all(filter={}) click to toggle source
# File lib/fog/libvirt/models/compute/networks.rb, line 12
def all(filter={})
  load(service.list_networks(filter))
end
get(uuid) click to toggle source
# File lib/fog/libvirt/models/compute/networks.rb, line 16
def get(uuid)
  self.all(:uuid => uuid).first
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.