DNS::Records::DNAME
Inherits DNS::Records < Struct < Value < Object
Constructors
from_io(name : String, protocol_type : ProtocolType, io : IO, buffer : IO::Memory, options : Options = Options.new, maximum_length : UInt16 = 512_u16) : DNAME
Sourcenew(name : String, classType : Packet::ClassFlag, ttl : Time::Span, delegationName : String)
SourceInstance methods
classType
SourceclassType=(classType : Packet::ClassFlag)
SourcedelegationName
SourcedelegationName=(delegationName : String)
Sourcename
Sourcename=(name : String)
Sourcettl
Sourcettl=(ttl : Time::Span)
Source