22 OF_ASSUME_NONNULL_BEGIN
29 OF_SUBCLASSING_RESTRICTED
32 OFString *_primaryNameServer, *_responsiblePerson;
33 uint32_t _serialNumber, _refreshInterval, _retryInterval;
34 uint32_t _expirationInterval, _minTTL;
40 @property (readonly, nonatomic)
OFString *primaryNameServer;
45 @property (readonly, nonatomic)
OFString *responsiblePerson;
50 @property (readonly, nonatomic) uint32_t serialNumber;
55 @property (readonly, nonatomic) uint32_t refreshInterval;
60 @property (readonly, nonatomic) uint32_t retryInterval;
65 @property (readonly, nonatomic) uint32_t expirationInterval;
70 @property (readonly, nonatomic) uint32_t minTTL;
72 - (instancetype)initWithName: (
OFString *)name
75 TTL: (uint32_t)TTL OF_UNAVAILABLE;
93 - (instancetype)initWithName: (
OFString *)name
95 primaryNameServer: (
OFString *)primaryNameServer
96 responsiblePerson: (
OFString *)responsiblePerson
97 serialNumber: (uint32_t)serialNumber
98 refreshInterval: (uint32_t)refreshInterval
99 retryInterval: (uint32_t)retryInterval
100 expirationInterval: (uint32_t)expirationInterval
101 minTTL: (uint32_t)minTTL
102 TTL: (uint32_t)TTL OF_DESIGNATED_INITIALIZER;
105 OF_ASSUME_NONNULL_END
OFDNSClass
The DNS class.
Definition: OFDNSResourceRecord.h:34
A class representing a DNS resource record.
Definition: OFDNSResourceRecord.h:80
A class representing an SOA DNS resource record.
Definition: OFSOADNSResourceRecord.h:30
A class for handling strings.
Definition: OFString.h:142
OFDNSRecordType
The type of a DNS resource record.
Definition: OFDNSResourceRecord.h:44