22OF_ASSUME_NONNULL_BEGIN
29OF_SUBCLASSING_RESTRICTED
40- (instancetype)initWithName: (
OFString *)name
43 TTL: (uint32_t)TTL OF_UNAVAILABLE;
55- (instancetype)initWithName: (
OFString *)name
58 TTL: (uint32_t)TTL OF_DESIGNATED_INITIALIZER;
OFDNSRecordType
The type of a DNS resource record.
Definition OFDNSResourceRecord.h:44
OFDNSClass
The DNS class.
Definition OFDNSResourceRecord.h:34
A class representing a CNAME DNS resource record.
Definition OFCNAMEDNSResourceRecord.h:31
OFString * alias
The alias of the resource record.
Definition OFCNAMEDNSResourceRecord.h:38
A class representing a DNS resource record.
Definition OFDNSResourceRecord.h:82
A class for handling strings.
Definition OFString.h:143