class documentation

A KEA server, with an IP address, hostname, and interfaces

Method __init__ Undocumented
Instance Variable hostname The hostname of the server, if your into that whole DNS thing
Instance Variable interfaces A list of interfaces on the server. These are the names used by KEA to identify the interfaces
Instance Variable mgmt_ip4 The IPv4 address used the manage the server. This is not neccessarily the IP address used by the DHCP service
Instance Variable mgmt_ip6 The IPv6 address used the manage the server. This is not neccessarily the IP address used by the DHCP service
def __init__(self, mgmt_ip4=None, mgmt_ip6=None, hostname=None, interfaces=None):

Undocumented

hostname =

The hostname of the server, if your into that whole DNS thing

interfaces =

A list of interfaces on the server. These are the names used by KEA to identify the interfaces

mgmt_ip4 =

The IPv4 address used the manage the server. This is not neccessarily the IP address used by the DHCP service

mgmt_ip6 =

The IPv6 address used the manage the server. This is not neccessarily the IP address used by the DHCP service