IpRange#

class IpRange(begin=None, end=None, *args, **kwargs)#

Bases: object

Range of consecutive IP addresses that can be assigned to a specific Subnet.The size of the IP range is determined by the subnet mask.

Parameters:
property begin#
Type:

IPAddress

property end#
Type:

IPAddress

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model