Fog::Ecloud::Model
# File lib/fog/ecloud/models/compute/node.rb, line 17 def delete requires :href connection.delete_node( href ) end
# File lib/fog/ecloud/models/compute/node.rb, line 23 def save if new_record? result = connection.add_node( collection.href, _compose_node_data ) merge_attributes(result.body) else connection.configure_node( href, _compose_node_data ) end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.