Enum MicrosoftDnsServerResourceRecordType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of a resource record.
public enum MicrosoftDnsServerResourceRecordType
Fields
A = 1The record type is A.
A6 = 2The record type is A6.
AAAA = 3The record type is AAAA.
Afsdb = 4The record type is AFSDB.
Atma = 5The record type is ATMA.
CName = 7The record type is CNAME.
Cert = 6The record type is CERT.
DName = 9The record type is DNAME.
DhcId = 8The record type is DHCID.
DnsKey = 10The record type is DNSKEY.
Ds = 11The record type is DS.
Eid = 12The record type is EID.
Gpos = 13The record type is GPOS.
HInfo = 14The record type is HINFO.
Isdn = 15The record type is ISDN.
Key = 16The record type is KEY.
Kx = 17The record type is KX.
Loc = 18The record type is LOC.
MInfo = 23The record type is MINFO.
Mb = 19The record type is MB.
Md = 20The record type is MD.
Mf = 21The record type is MF.
Mg = 22The record type is MG.
Mr = 24The record type is MR.
Mx = 25The record type is MX.
NSec = 31The record type is NSEC.
NSec3 = 32The record type is NSEC3.
NSec3Param = 33The record type is NSEC3PARAM.
Naptr = 26The record type is NAPTR.
NimLoc = 27The record type is NIMLOC.
Ns = 28The record type is NS.
Nsap = 29The record type is RSAP.
NsapPtr = 30The record type is NSAPPTR.
Null = 34The record type is NULL.
Nxt = 35The record type is NXT.
Opt = 36The record type is OPT.
Ptr = 37The record type is PTR.
Px = 38The record type is PX.
Rp = 39The record type is RP.
Rrsig = 40The record type is RRSIG.
Rt = 41The record type is RT.
Sig = 42The record type is SIG.
Sink = 43The record type is SINK.
Soa = 44The record type is SOA.
Srv = 45The record type is SRV.
Tlsa = 46The record type is TLSA.
Txt = 47The record type is TEXT.
Unknown = 0The resource record type is unknown.
Wins = 48The record type is WINS.
WinsR = 49The record type is WINSR.
Wks = 50The record type is WKS.
X25 = 51The record type is X25.