You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I used the method 'addNetworkAdapter()' in the sample class 'VmNetworkUtil', to create a vNIC for my Windows2012 VM, I received the IllegalArgumentException as the title mentioned.
I've looked into the Enum in VirtualMachineDeviceManager, and find the following value list:
While the result returned by the method 'guestOsInfo.getSupportedEthernetCard()' contains 'VirtualE1000e', which is different from the 'VirtualE1000E ' in the Enum.
So, please kindly fix this issue via correct the 'VirtualE1000E ' into 'VirtualE1000e', or just add value for 'VirtualE1000e'...
Thanks!
The text was updated successfully, but these errors were encountered:
When I used the method 'addNetworkAdapter()' in the sample class 'VmNetworkUtil', to create a vNIC for my Windows2012 VM, I received the IllegalArgumentException as the title mentioned.
I've looked into the Enum in VirtualMachineDeviceManager, and find the following value list:
While the result returned by the method 'guestOsInfo.getSupportedEthernetCard()' contains 'VirtualE1000e', which is different from the 'VirtualE1000E ' in the Enum.
So, please kindly fix this issue via correct the 'VirtualE1000E ' into 'VirtualE1000e', or just add value for 'VirtualE1000e'...
Thanks!
The text was updated successfully, but these errors were encountered: