Module Values.OciDnsForwardingConfigSource

DNS configuration to forward DNS resolver endpoints to your OCI Private Zone.

Sourcetype nonrec t = {
  1. domainName : OciDnsForwardingConfigDomainNameString.t option;
    (*

    Domain name to which DNS resolver forwards to.

    *)
  2. ociDnsListenerIp : String_.t option;
    (*

    OCI DNS listener IP for custom DNS setup.

    *)
}
Sourceval make : ?domainName:??? -> ?ociDnsListenerIp:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of OciDnsForwardingConfigDomainNameString.t ]) 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