Values.HostPropertiesRequestSourceThe host property details.
type nonrec t = {ipAddresses : IpAddresses.t option;The IP address of the host.
*)hostName : HostName.t option;The host name.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of HostName.t
| `Structure of
(string * [> `List of [> `String of IpV4Address.t ] list ]) list ])
list ]