diff --git a/docs/html/classmain_1_1NS-members.html b/docs/html/classmain_1_1NS-members.html new file mode 100644 index 0000000..5262776 --- /dev/null +++ b/docs/html/classmain_1_1NS-members.html @@ -0,0 +1,121 @@ + + +
+ + + + +
+ DNScode 0.1.9
+
+ Simplifying DNS configuration
+ |
+
+ DNScode 0.1.9
+
+ Simplifying DNS configuration
+ |
+
+Public Member Functions | |
__init__ (self, str name='@', str ttl=3600, str target='example.com') | |
![]() | |
__int__ (self, str name='@', str ttl=3600, str rtype='A', str data='0.0.0.0') | |
__str__ (self) | |
+Public Attributes | |
str | rtype = 'MX' |
name = name | |
ttl = ttl | |
host = host | |
data = target | |
+Additional Inherited Members | |
![]() | |
str | rclass = 'IN' |
str | rtype = 'A' |
str | name = '@' |
str | data = '0.0.0.0' |
int | ttl = 6400 |
main.NS.__init__ | +( | +self, | +|
+ | + | str | name = '@', | +
+ | + | str | ttl = 3600, | +
+ | + | str | target = 'example.com' ) | +
main.NS.data = target | +
main.NS.host = host | +
main.NS.name = name | +
str main.NS.rtype = 'MX' | +
main.NS.ttl = ttl | +
+ DNScode 0.1.9
+
+ Simplifying DNS configuration
+ |
+
This is the complete list of members for main.SRV, including all inherited members.
+__int__(self, str name='@', str ttl=3600, str service="service", str protocol='proto', int priority=10, int weight=10, int port=0, str target=target) | main.SRV | |
data | main.SRV | |
name | main.SRV | |
port | main.SRV | |
priority | main.SRV | |
protocol | main.SRV | |
rtype | main.SRV | |
service | main.SRV | |
target | main.SRV | |
ttl | main.SRV | |
weight | main.SRV |
+ DNScode 0.1.9
+
+ Simplifying DNS configuration
+ |
+
+Public Member Functions | |
__int__ (self, str name='@', str ttl=3600, str service="service", str protocol='proto', int priority=10, int weight=10, int port=0, str target=target) | |
![]() | |
__str__ (self) | |
+Public Attributes | |
str | rtype = 'PTR' |
str | name = '_{service}._{protocol}.name' |
ttl = ttl | |
service = service | |
protocol = protocol | |
priority = priority | |
weight = weight | |
port = port | |
target = target | |
str | data = "{priority} {weight} {port} {target}" |
+Additional Inherited Members | |
![]() | |
str | rclass = 'IN' |
str | rtype = 'A' |
str | name = '@' |
str | data = '0.0.0.0' |
int | ttl = 6400 |
main.SRV.__int__ | +( | +self, | +|
+ | + | str | name = '@', | +
+ | + | str | ttl = 3600, | +
+ | + | str | service = "service", | +
+ | + | str | protocol = 'proto', | +
+ | + | int | priority = 10, | +
+ | + | int | weight = 10, | +
+ | + | int | port = 0, | +
+ | + | str | target = target ) | +
Reimplemented from main.Record.
+ +main.SRV.port = port | +
main.SRV.priority = priority | +
main.SRV.protocol = protocol | +
str main.SRV.rtype = 'PTR' | +
main.SRV.service = service | +
main.SRV.target = target | +
main.SRV.ttl = ttl | +
main.SRV.weight = weight | +
+ DNScode 0.1.9
+
+ Simplifying DNS configuration
+ |
+
+Namespaces | |
namespace | minecraftchest1 |
+Variables | |
minecraftchest1.zone = main.Zone(origin='minecraftchest1.us') | |
+ DNScode 0.1.9
+
+ Simplifying DNS configuration
+ |
+