22OF_ASSUME_NONNULL_BEGIN
29OF_SUBCLASSING_RESTRICTED
38@property (readonly, nonatomic)
OFString *alias;
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
A class representing a DNS resource record.
Definition OFDNSResourceRecord.h:82
A class for handling strings.
Definition OFString.h:143