# File lib/fog/openstack/models/network/floating_ip.rb, line 30
        def create
          requires :floating_network_id
          merge_attributes(connection.create_floating_ip(self.floating_network_id,


                                                    self.attributes).body['floating_ip'])
          self
        end