summaryrefslogtreecommitdiff
path: root/types/recordentry.pp
blob: 95a80450e4fde5556bef9ff92fc11e0374056bac (plain)
1
2
3
4
5
6
7
8
type Dns::Recordentry = Struct[{
    key       => String,
    value     => String,
    type      => Dns::Rr,
    ttl       => Optional[Dns::Ttl],
    dns_class => Optional[Dns::Class],
    dns_name  => Optional[String],
}]