# File lib/fog/openstack/models/network/floating_ip.rb, line 30 def create requires :floating_network_id merge_attributes(service.create_floating_ip(self.floating_network_id, self.attributes).body['floatingip']) self end
# File lib/fog/openstack/models/network/floating_ip.rb, line 43 def destroy requires :id service.delete_floating_ip(self.id) true end
Generated with the Darkfish Rdoc Generator 2.