class documentation
class OptionUsage(Enum):
An enum to represent the possible usages of a DHCP option
| Constant | NONE |
No usage was set |
| Constant | OPTION |
The option is defining an option (for option-def) |
| Constant | OPTION |
The option is implementing an option (for option-data) |