# File lib/rbvmomi/vim/HostSystem.rb, line 100
  def cli_info
    @cached_cli_info ||=
      if @host.direct?
        @host.cli_info_fetcher.VimCLIInfoFetchCLIInfo(:typeName => type_name)
      else
        @host.mme.execute(@host.cli_info_fetcher._ref,
                          "vim.CLIInfo.FetchCLIInfo", :typeName => type_name)
      end
  end