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