# File lib/rbvmomi/vim/HostSystem.rb, line 33
  def cli_info_fetcher
    # XXX there can be more than one
    return @cached_cli_info_fetcher if @cached_cli_info_fetcher
    inst = dtm.DynamicTypeMgrQueryMoInstances.find { |x| x.moType == 'vim.CLIInfo' }
    @cached_cli_info_fetcher = create_dynamic_managed_object inst
  end