enum

Durian::RecordFlag

Inherits Enum / Comparable / Value / Object

Constants

ANY = 255_u16
AXFR = 252_u16
IXFR = 251_u16
OPT = 41_u16
A = 1_u16
AAAA = 28_u16
AFSDB = 18_u16
APL = 42_u16
CAA = 257_u16
CDNSKEY = 60_u16
CDS = 59_u16
CERT = 37_u16
CNAME = 5_u16
DHCID = 49_u16
DLV = 32769_u16
DNAME = 39_u16
DNSKEY = 48_u16
DS = 43_u16
HIP = 55_u16
IPSECKEY = 25_u16
KX = 36_u16
LOC = 29_u16
MX = 15_u16
NAPTR = 35_u16
NS = 2_u16
NSEC = 47_u16
NSEC3 = 50_u16
NSEC3PARAM = 51_u16
OPENPGPKEY = 61_u16
PTR = 12_u16
RRSIG = 46_u16
RP = 17_u16
SIG = 24_u16
SOA = 6_u16
SRV = 33_u16
SSHFP = 44_u16
TA = 32768_u16
TKEY = 249_u16
TLSA = 52_u16
TSIG = 250_u16
TXT = 16_u16
URI = 256_u16
MD = 3_u16
MF = 4_u16
MAILA = 254_u16
MB = 7_u16
MG = 8_u16
MR = 9_u16
MINFO = 14_u16
MAILB = 253_u16
WKS = 11_u16
NB = 32_u16
NBSTAT = 33_u16
NULL = 10_u16
A6 = 38_u16
NXT = 30_u16
KEY = 25_u16
HINFO = 13_u16
X25 = 19_u16
ISDN = 20_u16
RT = 21_u16
NSAP = 22_u16
NSAP_PTR = 23_u16
PX = 26_u16
EID = 31_u16
NIMLOC = 32_u16
ATMA = 34_u16
SINK = 40_u16
GPOS = 27_u16
UINFO = 100_u16
UID = 101_u16
GID = 102_u16
UNSPEC = 103_u16
SPF = 99_u16

Instance methods

a6?

Returns true if this enum value equals A6

Source
a?

Returns true if this enum value equals A

Source
aaaa?

Returns true if this enum value equals AAAA

Source
afsdb?

Returns true if this enum value equals AFSDB

Source
any?

Returns true if this enum value equals ANY

Source
apl?

Returns true if this enum value equals APL

Source
atma?

Returns true if this enum value equals ATMA

Source
axfr?

Returns true if this enum value equals AXFR

Source
caa?

Returns true if this enum value equals CAA

Source
cdnskey?

Returns true if this enum value equals CDNSKEY

Source
cds?

Returns true if this enum value equals CDS

Source
cert?

Returns true if this enum value equals CERT

Source
cname?

Returns true if this enum value equals CNAME

Source
dhcid?

Returns true if this enum value equals DHCID

Source
dlv?

Returns true if this enum value equals DLV

Source
dname?

Returns true if this enum value equals DNAME

Source
dnskey?

Returns true if this enum value equals DNSKEY

Source
ds?

Returns true if this enum value equals DS

Source
eid?

Returns true if this enum value equals EID

Source
gid?

Returns true if this enum value equals GID

Source
gpos?

Returns true if this enum value equals GPOS

Source
hinfo?

Returns true if this enum value equals HINFO

Source
hip?

Returns true if this enum value equals HIP

Source
ipseckey?

Returns true if this enum value equals IPSECKEY

Source
isdn?

Returns true if this enum value equals ISDN

Source
ixfr?

Returns true if this enum value equals IXFR

Source
key?

Returns true if this enum value equals KEY

Source
kx?

Returns true if this enum value equals KX

Source
loc?

Returns true if this enum value equals LOC

Source
maila?

Returns true if this enum value equals MAILA

Source
mailb?

Returns true if this enum value equals MAILB

Source
mb?

Returns true if this enum value equals MB

Source
md?

Returns true if this enum value equals MD

Source
mf?

Returns true if this enum value equals MF

Source
mg?

Returns true if this enum value equals MG

Source
minfo?

Returns true if this enum value equals MINFO

Source
mr?

Returns true if this enum value equals MR

Source
mx?

Returns true if this enum value equals MX

Source
naptr?

Returns true if this enum value equals NAPTR

Source
nb?

Returns true if this enum value equals NB

Source
nbstat?

Returns true if this enum value equals NBSTAT

Source
nimloc?

Returns true if this enum value equals NIMLOC

Source
ns?

Returns true if this enum value equals NS

Source
nsap?

Returns true if this enum value equals NSAP

Source
nsap_ptr?

Returns true if this enum value equals NSAP_PTR

Source
nsec3?

Returns true if this enum value equals NSEC3

Source
nsec3_param?

Returns true if this enum value equals NSEC3PARAM

Source
nsec?

Returns true if this enum value equals NSEC

Source
null?

Returns true if this enum value equals NULL

Source
nxt?

Returns true if this enum value equals NXT

Source
openpgpkey?

Returns true if this enum value equals OPENPGPKEY

Source
opt?

Returns true if this enum value equals OPT

Source
ptr?

Returns true if this enum value equals PTR

Source
px?

Returns true if this enum value equals PX

Source
rp?

Returns true if this enum value equals RP

Source
rrsig?

Returns true if this enum value equals RRSIG

Source
rt?

Returns true if this enum value equals RT

Source
sig?

Returns true if this enum value equals SIG

Source
sink?

Returns true if this enum value equals SINK

Source
soa?

Returns true if this enum value equals SOA

Source
spf?

Returns true if this enum value equals SPF

Source
srv?

Returns true if this enum value equals SRV

Source
sshfp?

Returns true if this enum value equals SSHFP

Source
ta?

Returns true if this enum value equals TA

Source
tkey?

Returns true if this enum value equals TKEY

Source
tlsa?

Returns true if this enum value equals TLSA

Source
tsig?

Returns true if this enum value equals TSIG

Source
txt?

Returns true if this enum value equals TXT

Source
uid?

Returns true if this enum value equals UID

Source
uinfo?

Returns true if this enum value equals UINFO

Source
unspec?

Returns true if this enum value equals UNSPEC

Source
uri?

Returns true if this enum value equals URI

Source
wks?

Returns true if this enum value equals WKS

Source
x25?

Returns true if this enum value equals X25

Source