primaryNameServer
SourceDNS::Records::SOA
Inherits DNS::Records < Struct < Value < Object
Constructors
from_io(name : String, protocol_type : ProtocolType, io : IO, buffer : IO::Memory, options : Options = Options.new) : SOA
Sourcenew(name : String, classType : Packet::ClassFlag, ttl : Time::Span, primaryNameServer : String, authorityMailBox : String, serialNumber : UInt32, refreshInterval : UInt32, retryInterval : UInt32, expireLimit : UInt32, minimiumTimeToLive : UInt32)
SourceInstance methods
authorityMailBox
SourceauthorityMailBox=(authorityMailBox : String)
SourceclassType
SourceclassType=(classType : Packet::ClassFlag)
SourceexpireLimit
SourceexpireLimit=(expireLimit : UInt32)
SourceminimiumTimeToLive
SourceminimiumTimeToLive=(minimiumTimeToLive : UInt32)
Sourcename
Sourcename=(name : String)
SourceprimaryNameServer=(primaryNameServer : String)
SourcerefreshInterval
SourcerefreshInterval=(refreshInterval : UInt32)
SourceretryInterval
SourceretryInterval=(retryInterval : UInt32)
SourceserialNumber
SourceserialNumber=(serialNumber : UInt32)
Sourcettl
Sourcettl=(ttl : Time::Span)
Source