Values_3.NewDhcpConfigurationSourceDescribes a DHCP configuration option.
type nonrec t = {key : Values_0.String_.t option;The name of a DHCP option.
*)values : Values_0.ValueStringList.t option;The values for the DHCP option.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of string ] list
| `String of Values_0.String_.t ])
list ]