Values_0.PrivateDnsNameOptionsResponseSourceDescribes the options for instance hostnames.
type nonrec t = {hostnameType : HostnameType.t option;The type of hostname to assign to an instance.
*)enableResourceNameDnsARecord : Boolean.t option;Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
*)enableResourceNameDnsAAAARecord : Boolean.t option;Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
*)}