class Fog::Libvirt::Compute::Networks
Public Instance Methods
Source
# File lib/fog/libvirt/models/compute/networks.rb, line 10 def all(filter={}) load(service.list_networks(filter)) end
Source
# File lib/fog/libvirt/models/compute/networks.rb, line 14 def get(uuid) self.all(:uuid => uuid).first end