# File lib/fog/compute/models/ecloud/ips.rb, line 21
        def get(uri)
          if data = connection.get_network_ip(uri).body
            new(data)
          end
        rescue Fog::Errors::NotFound
          nil
        end