Hi,
I am performing operations on VM for removing and adding HardDisk using ReconfigureVM which is provided in Vcentre SDK kit.
I have scenario where
1. I have harddisk attached to different SCSI controller Virtual device ID
2. I remove harddisk same name HD8 from VM using ReconfigureVM which was configured to SCSI controller 3 Virtual device node 3:5
3. When i try to add the Harddisk HD8 to same VM again using ReconfigureVM method exposed in VCentre SDK kit , i want to add the harddisk to same SCSI controller Virtual device node.
How do i fetch the Virtual device node and SCSI contoller information for the harddisk given i have VMDK full path and Datastore name.