Module Values.NetworkUpdateSettingsSource

Contains the network configuration for directory update operations.

Sourcetype nonrec t = {
  1. networkType : NetworkType.t option;
    (*

    The target network type for the directory update.

    *)
  2. 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.

    *)
}
Sourceval make : ?networkType:??? -> ?customerDnsIpsV6:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of Ipv6Addr.t ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t