summaryrefslogtreecommitdiff
path: root/types/zoneentry.pp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--types/zoneentry.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/types/zoneentry.pp b/types/zoneentry.pp
index a195fab..6f4fc0f 100644
--- a/types/zoneentry.pp
+++ b/types/zoneentry.pp
@@ -4,4 +4,9 @@ type Dns::Zoneentry = Struct[{
ns => Optional[Array[String]],
records => Optional[Array[Dns::Recordentry]],
update_policy => Optional[String],
+ refresh => Dns::Ttl,
+ retry => Dns::Ttl,
+ expire => Dns::Ttl,
+ negative_ttl => Dns::Ttl,
+ ttl => Dns::Ttl,
}]