Are you running ESX or ESXi?
If using ESX login through the console on the physical host itself.
then type
esxcfg-vmknic -l
If you only de-checked in Client and didin't remove then
You should see your "Management Network" (vmk0) listed with setting under "ENABLED" set to "false".
then...
esx-vmknic -e vmk0
Should re-enable it for you.
then typing...
esxcfg-vmknic -l
and you should see your "Management Network" (vmk0) listed with setting under "ENABLED" set to "true".
and you should be able to reconnect to the host with the Client.
-redsi