Values.NetworkUpdateSettingsSourceContains the network configuration for directory update operations.
type nonrec t = {networkType : NetworkType.t option;The target network type for the directory update.
*)customerDnsIpsV6 : DnsIpv6Addrs.t option;IPv6 addresses of DNS servers or domain controllers in the self-managed directory. Required only when updating an AD Connector directory.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `List of [> `String of Ipv6Addr.t ] list ])
list ]