class documentation
class Server(object):
Constructor: Server(mgmt_ip4, mgmt_ip6, hostname, interfaces)
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 |
The IPv4 address used the manage the server. This is not neccessarily the IP address used by the DHCP service |
Instance Variable | mgmt |
The IPv6 address used the manage the server. This is not neccessarily the IP address used by the DHCP service |
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