diff --git a/docs/html/annotated.html b/docs/html/annotated.html index 7360bee..b7312d4 100644 --- a/docs/html/annotated.html +++ b/docs/html/annotated.html @@ -116,7 +116,8 @@ $(function(){initNavTree('annotated.html',''); initResizable(true); });
+ DNScode 1.4.1
+
+ Simplifying DNS configuration
+ |
+
This is the complete list of members for dnscode.dnscode.TXT, including all inherited members.
+__init__(self, str name='@', int ttl=3600, str txt='example.com') | dnscode.dnscode.TXT | |
data | dnscode.dnscode.TXT | |
name | dnscode.dnscode.TXT | |
rtype | dnscode.dnscode.TXT | |
ttl | dnscode.dnscode.TXT |
+ DNScode 1.4.1
+
+ Simplifying DNS configuration
+ |
+
+Public Member Functions | |
__init__ (self, str name='@', int ttl=3600, str txt='example.com') | |
![]() | |
__str__ (self) | |
+Public Attributes | |
str | rtype = 'CNAME' |
name = str(name) | |
ttl = ttl | |
data = txt | |
+Additional Inherited Members | |
![]() | |
str | rclass = 'IN' |
str | rtype = 'A' |
str | name = '@' |
str | data = '0.0.0.0' |
int | ttl = 3600 |
Represents a 'CNAME' (Canonical Name) record.
dnscode.dnscode.TXT.__init__ | +( | +self, | +|
+ | + | str | name = '@', | +
+ | + | int | ttl = 3600, | +
+ | + | str | txt = 'example.com' ) | +
dnscode.dnscode.TXT.data = txt | +
dnscode.dnscode.TXT.name = str(name) | +
str dnscode.dnscode.TXT.rtype = 'CNAME' | +
dnscode.dnscode.TXT.ttl = ttl | +
Creates and adds a new SRV record to the zone.+ +
dnscode.dnscode.Zone.new_TXT | +( | +self, | +|
+ | + | str | name = '@', | +
+ | + | int | ttl = 3600, | +
+ | + | str | text = 'example.com' ) | +
Creates and adds a new CNAME record to the zone.+