From eb38e6252b3c52a44d0d33679b3bc3178674c7f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 5 May 2023 00:31:37 +0200 Subject: Everything --- types/recordentry.pp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 types/recordentry.pp (limited to 'types/recordentry.pp') 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], +}] -- cgit v1.2.3