summaryrefslogtreecommitdiff
path: root/types/recordentry.pp
diff options
context:
space:
mode:
Diffstat (limited to 'types/recordentry.pp')
-rw-r--r--types/recordentry.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/types/recordentry.pp b/types/recordentry.pp
new file mode 100644
index 0000000..adcca7d
--- /dev/null
+++ b/types/recordentry.pp
@@ -0,0 +1,7 @@
+type Dns::Recordentry = Struct[{
+ key => String,
+ value => String,
+ type => Dns::Rr,
+ ttl => Optional[Dns::Ttl],
+ dns_class => Optional[Dns::Class],
+}]