Virtual Machine (VM) network configuration displayed in the vSphere Client does not match the information presented in the Managed Object Browser (MOB).
The vSphere Client UI shows a higher number of virtual network adapters (NICs) than the Managed Object Browser (MOB).
VMware vCenter Server 7.x
VMware vCenter Server 8.x
This is expected behavior by design.
The vSphere Client enumerates every individual virtual hardware device, while the MOB displays unique logical network backings (Port Groups). If multiple vNICs are assigned to the exact same Port Group, the MOB consolidates these connections into a single network entry.
Example: If both Network Adapter 2 and Network Adapter 3 are connected to the "VM Network" Port Group, the vSphere Client will show two distinct adapters, but the MOB will only display one network connection entry for that Port Group.
Because this is expected behavior, no corrective action is required. However, if you need to retrieve an accurate 1:1 hardware count of all configured network adapters via the MOB, you must query the virtual hardware device directly rather than the logical network.
Follow these steps to verify/fetch the actual hardware state:
https://<vcenter-fqdn>/mob/?moid=<vm-moref>&doPath=config.hardware
VirtualDevice[].This method bypasses the logical network grouping and provides a direct reflection of the VM's .vmx configuration file.