DNScode 0.1.9
Simplifying DNS configuration
Loading...
Searching...
No Matches
main.Record Class Reference
Inheritance diagram for main.Record:
main.A main.AAAA main.CNAME main.MX main.PTR main.SOA

Public Member Functions

 __int__ (self, str name='@', str ttl=3600, str rtype='A', str data='0.0.0.0')
 
 __str__ (self)
 

Static Public Attributes

str rclass = 'IN'
 
str rtype = 'A'
 
str name = '@'
 
str data = '0.0.0.0'
 
int ttl = 6400
 

Member Function Documentation

◆ __int__()

main.Record.__int__ ( self,
str name = '@',
str ttl = 3600,
str rtype = 'A',
str data = '0.0.0.0' )

◆ __str__()

main.Record.__str__ ( self)

Reimplemented in main.SOA.

Member Data Documentation

◆ data

str main.Record.data = '0.0.0.0'
static

◆ name

str main.Record.name = '@'
static

◆ rclass

str main.Record.rclass = 'IN'
static

◆ rtype

str main.Record.rtype = 'A'
static

◆ ttl

int main.Record.ttl = 6400
static

The documentation for this class was generated from the following file: