Values.DnsServiceDiscoverySourceAn object that represents the DNS service discovery information for your virtual node.
type nonrec t = {hostname : Hostname.t;Specifies the DNS service discovery hostname for the virtual node.
*)ipPreference : IpPreference.t option;The preferred IP version that this virtual node uses. Setting the IP preference on the virtual node only overrides the IP preference set for the mesh on this specific node.
*)responseType : DnsResponseType.t option;Specifies the DNS response type for the virtual node.
*)}val to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of Hostname.t ]) list ]