# File lib/fog/libvirt/models/compute/network.rb, line 17 def initialize(attributes = {}) super end
# File lib/fog/libvirt/models/compute/network.rb, line 21 def save raise Fog::Errors::Error.new('Creating a new network is not yet implemented. Contributions welcome!') end
# File lib/fog/libvirt/models/compute/network.rb, line 25 def shutdown connection.destroy_network(uuid) end