# File lib/fog/libvirt/models/compute/networks.rb, line 43 def get_by_uuid(uuid) network=connection.lookup_network_by_uuid(uuid) return network # new(:raw => network) end