I need to get a handle on how to find something in the vsphere API for use in javascript.
For example take this line of code:
var vimHost = vm.vimHost;
Where would I go to discover there is a class called "vm" and that it has a property called "vimhost"
where would I find those details?
Thanks!