Bases: object
Send or update the DHCP BOOT options for this node.
this will be a list of dicts, e.g.
[{'opt_name': 'bootfile-name', 'opt_value': 'pxelinux.0'}, {'opt_name': 'server-ip-address', 'opt_value': '123.123.123.456'}, {'opt_name': 'tftp-server', 'opt_value': '123.123.123.123'}]
Enter search terms or a module, class or function name.