Enumeration of possible rrtype
value for Dns.resolve
.
Static variables
@:value(cast "A")@:impl@:enumstaticinlineread onlyA:DnsRrtype = "A"
@:value(cast "AAAA")@:impl@:enumstaticinlineread onlyAAAA:DnsRrtype = "AAAA"
@:value(cast "CNAME")@:impl@:enumstaticinlineread onlyCNAME:DnsRrtype = "CNAME"
@:value(cast "MX")@:impl@:enumstaticinlineread onlyMX:DnsRrtype = "MX"
@:value(cast "NS")@:impl@:enumstaticinlineread onlyNS:DnsRrtype = "NS"
@: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"
@:value(cast "TXT")@:impl@:enumstaticinlineread onlyTXT:DnsRrtype = "TXT"