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