Assuming the logical network ovirtmgmt has been configured in host NIC enp6s0.
host = api.hosts.get('host-123')
host_nic = host.nics.get('enp6s0')
How to get the logical network name ovirtmgmt?
I basically need to find ovirtmgmt is configured in which NIC.
Thanks,
Huan