}
// Get instance UUID
String instanceUuid = vmConfigInfo.getInstanceUuid();
// Get host information
ManagedObjectReference hmor = vmRuntimeInfo.getHost();
HostSystem host = new HostSystem(
vm.getServerConnection(), hmor);
String hostName = host.getName();
// Get Contrail VRouter virtual machine information from the host
String vrouterIpAddress = getVirtualMachineIpAddress(dvPgName,
hostName, host, contrailVRouterVmNamePrefix);
if (vrouterIpAddress == null) {
s_logger.error("dvPg: " + dvPgName + " vm: " + vmName +