4.4.1. DNSRecord

The DNSRecord object serves as the parent class for all other record type objects within the records module. It provides shared functionality to the various record types and normally will not need to be used directly.

class dyn.tm.records.DNSRecord(zone, fqdn, create=True)[source]

Base record object contains functionality to be used across all other record type objects

__init__(zone, fqdn, create=True)[source]
delete()[source]

Delete the current record

fqdn

Once the fqdn is set, it will be a read only property

geo_node
geo_rdata
rdata()[source]

Return a records rdata

rec_name
record_id

The unique ID of this record from the DynECT System

ttl

The TTL for this record

zone

Once the zone is set, it will be a read only property