.. _class-cmds-library:
-class_cmds: Class Commands
-==========================
+``class_cmds``: Class Commands
+==============================
This section describes the Class Commands hooks library, which exposes
several control commands for manipulating client classes (part of the
Kea DHCP servers' configurations) without the need to restart those
servers. Using these commands it is possible to add, update, delete, and
-list client classes configured for a given server.
+list the client classes configured for a given server.
.. note::
.. _command-class-add:
-The class-add Command
-~~~~~~~~~~~~~~~~~~~~~
+The ``class-add`` Command
+~~~~~~~~~~~~~~~~~~~~~~~~~
The ``class-add`` command adds a new client class to the DHCP server
configuration. This class is appended at the end of the list of classes
.. _command-class-update:
-The class-update Command
-~~~~~~~~~~~~~~~~~~~~~~~~
+The ``class-update`` Command
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The ``class-update`` command updates an existing client class in the
DHCP server configuration. If the client class with the given name
.. _command-class-del:
-The class-del Command
-~~~~~~~~~~~~~~~~~~~~~
+The ``class-del`` Command
+~~~~~~~~~~~~~~~~~~~~~~~~~
The ``class-del`` command is used to remove a particular class from the server
.. _command-class-list:
-The class-list Command
-~~~~~~~~~~~~~~~~~~~~~~
+The ``class-list`` Command
+~~~~~~~~~~~~~~~~~~~~~~~~~~
``class-list`` is used to retrieve a list of all client classes. This
.. _command-class-get:
-The class-get Command
-~~~~~~~~~~~~~~~~~~~~~
-
+The ``class-get`` Command
+~~~~~~~~~~~~~~~~~~~~~~~~~
``class-get`` is used to retrieve detailed information about a specified
class. The command structure is very simple: