class documentation
Undocumented
| Method | __dict__ |
Return a dictionary representation of the pool, for making JSON in the format KEA expects |
| Method | __init__ |
Initialize a pool object :param ip_range: A string in the format "Start-End" :param subnet: A string in the format "Network/CIDR" or Network/Netmask" or an ipaddress.IPNetwork object |
| Method | ip |
Delete the IP range. Don't do this, becuae it doesn't do anything. |
| Method | ip |
Set the IP range from a string in the format "Start-End" |
| Instance Variable | subnet |
Undocumented |
| Instance Variable | subnet |
Undocumented |
| Property | ip |
Return the IP range as a string in the format "Start-End" |
| Property | network |
Return the network of the subnet |
Initialize a pool object :param ip_range: A string in the format "Start-End" :param subnet: A string in the format "Network/CIDR" or Network/Netmask" or an ipaddress.IPNetwork object