octodns.record.rr

Classes

Rr(name, _type, ttl, rdata)

Simple object intended to be used with Record.from_rrs to allow providers that work with RFC formatted rdata to share centralized parsing/encoding code

Exceptions

RrParseError([message])

exception octodns.record.rr.RrParseError(message='failed to parse string value as RR text')[source]

Bases: RecordException

__init__(message='failed to parse string value as RR text')[source]
class octodns.record.rr.Rr(name, _type, ttl, rdata)[source]

Bases: object

Simple object intended to be used with Record.from_rrs to allow providers that work with RFC formatted rdata to share centralized parsing/encoding code

__init__(name, _type, ttl, rdata)[source]
__repr__()[source]

Return repr(self).