Fog::Model
# File lib/fog/opennebula/models/compute/network.rb, line 15 def description attributes[:description] || "" end
# File lib/fog/opennebula/models/compute/network.rb, line 23 def save raise Fog::Errors::Error.new('Creating a new network is not yet implemented. Contributions welcome!') end
# File lib/fog/opennebula/models/compute/network.rb, line 27 def shutdown raise Fog::Errors::Error.new('Shutting down a new network is not yet implemented. Contributions welcome!') end
Generated with the Darkfish Rdoc Generator 2.