IpAddress#

class IpAddress(ipv4=None, *args, **kwargs)#

Bases: object

IP address.

Parameters:

ipv4 (required) – (ipv4) IP address value in IPv4 format.

property ipv4#

IP address value in IPv4 format.

Type:

str

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model