# File lib/fog/libvirt/models/compute/network.rb, line 15 def initialize(attributes = {}) super end
# File lib/fog/libvirt/models/compute/network.rb, line 19 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 23 def shutdown service.destroy_network(uuid) end