# File lib/rbvmomi/vim/ResourcePool.rb, line 5
  def find name
    _connection.searchIndex.FindChild(:entity => self, :name => name)
  end