IPConfig# class IPConfig(ipv4=None, ipv6=None, *args, **kwargs)[source]# Bases: object IP configuration. Parameters: ipv4 – (ipv4) ipv6 – (ipv6) has_ipv4()[source]# Returns true if ipv4 has non-none value has_ipv6()[source]# Returns true if ipv6 has non-none value property ipv4# Type: IPv4Config property ipv6# Type: IPv6Config is_valid()[source]# Returns true if any one of the attributes has non-none value to_dict()[source]# Returns the model properties as a dictionary to_str()[source]# Returns the string representation of the model