Closed jonathanmier closed 6 years ago
@rreubenur Any ideas?
How are you accessing the data ?
This works for me
vnic_infos = host.configManager.virtualNicManager.info.netConfig
for vnic_info in vnic_infos:
print vnic_info.candidateVnic[0].spec.netStackInstanceKey
@rreubenur, I tried running your code and I still get None returned. Not sure what is going on, in the MOB I can see that the values are set.
This is what I see in the MOB.
netStackInstanceKey | string | "defaultTcpipStack"
When trying to get the netstack instance key from a vnic on a host it is returned as None. I can see through the MOB that is it indeed set? Any ideas?