Enumeration of possible rrtype value for Dns.resolve.

Static variables

@:value(cast "A")@:impl@:enumstaticinlineread onlyA:DnsRrtype = "A"

IPV4 addresses, default

@:value(cast "AAAA")@:impl@:enumstaticinlineread onlyAAAA:DnsRrtype = "AAAA"

IPV6 addresses

@:value(cast "CNAME")@:impl@:enumstaticinlineread onlyCNAME:DnsRrtype = "CNAME"

canonical name records

@:value(cast "MX")@:impl@:enumstaticinlineread onlyMX:DnsRrtype = "MX"

mail exchange records

@:value(cast "NS")@:impl@:enumstaticinlineread onlyNS:DnsRrtype = "NS"

name server records

@:value(cast "PTR")@:impl@:enumstaticinlineread onlyPTR:DnsRrtype = "PTR"

used for reverse IP lookups

@:value(cast "SOA")@:impl@:enumstaticinlineread onlySOA:DnsRrtype = "SOA"

start of authority record

@:value(cast "SRV")@:impl@:enumstaticinlineread onlySRV:DnsRrtype = "SRV"

SRV records

@:value(cast "TXT")@:impl@:enumstaticinlineread onlyTXT:DnsRrtype = "TXT"

text records