I have a VcVirtualMachine type object called 'vm'(virtual machine). I want the Disk File Path of the Hard Disks in that vm.I am able to fetch the number of hard disks and its name but not the disk file path (ends with .vmdk extension). Please provide a javascript snippet on how I can use this 'vm' to fetch those details.
↧