Values.IpAddressesSourceThe IP addresses for a host.
type nonrec t = {ipV4Addresses : IpV4Addresses.t option;The IpV4 address of the network.
*)ipV6Addresses : IpV6Addresses.t option;The IpV6 address for the network and node component.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of IpV4Address.t ] list ]) list ]