# File lib/fog/libvirt/models/compute/network.rb, line 17definitialize(attributes = {})
superend
Public Instance Methods
save()click to toggle source
# File lib/fog/libvirt/models/compute/network.rb, line 21defsaveraiseFog::Errors::Error.new('Creating a new network is not yet implemented. Contributions welcome!')
end
shutdown()click to toggle source
# File lib/fog/libvirt/models/compute/network.rb, line 25defshutdownservice.destroy_network(uuid)
end