Hi,
I want to know IP address of virtual machine. I am able to get the ip address, but its null for all the virtual machines. How come its null ?
I am getting VM's IP address using following hierarchy :
VirtualMachine -> VirtualMachineSummary -> virtualMachineGuestSummary.getIpAddress()
I tried following hierarchy also :
VirtualMachine -> GuestInfo -> IpAddress.
With both the methods, I am getting IP address as NULL.
Does anyone knows what is the problem?