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