Ipv4Info#
- class Ipv4Info(learned_ip_addresses=None, *args, **kwargs)[source]#
Bases:
object
The runtime IP address information of the NIC.
- Parameters:
learned_ip_addresses – (
learned_ip_addresses
) The IP addresses as found on the guest VM for the NIC.
- property learned_ip_addresses#
The IP addresses as found on the guest VM for the NIC.
- Type:
list[
IPv4Address
]