In a virtual machine with several virtual disks, is is possible to determine which one is the "boot disk" using the vSphere SDK API?
I need to know the disk the virtual machine is using to boot, but I don't know how. Should I assume that the first VirtualDisk retrurned by the API is the boot disk?
Thank you in advance for your help.