Ipv4Info#

class Ipv4Info(learned_ip_addresses=None, *args, **kwargs)#

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 ]

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model