# File lib/rbvmomi/vim/HostSystem.rb, line 93 def type_name if @type then @type elsif @parent then "#{@parent.type_name}.#{@name}" else 'vim.EsxCLI' end end