summaryrefslogtreecommitdiff
path: root/interface-definitions/include/dns/dynamic-service-wait-expiry-time.xml.i
blob: 866690cbe9e57b797c23edbb7db6f271c82cc88f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!-- include start from dns/dynamic-service-wait-expiry-time.xml.i -->
<leafNode name="wait-time">
  <properties>
    <help>Time in seconds to wait between update attempts</help>
    <valueHelp>
      <format>u32:60-86400</format>
      <description>Time in seconds</description>
    </valueHelp>
    <constraint>
      <validator name="numeric" argument="--range 60-86400"/>
    </constraint>
    <constraintErrorMessage>Wait time must be between 60 and 86400 seconds</constraintErrorMessage>
  </properties>
</leafNode>
<leafNode name="expiry-time">
  <properties>
    <help>Time in seconds for the hostname to be marked expired in cache</help>
    <valueHelp>
      <format>u32:300-2160000</format>
      <description>Time in seconds</description>
    </valueHelp>
    <constraint>
      <validator name="numeric" argument="--range 300-2160000"/>
    </constraint>
    <constraintErrorMessage>Expiry time must be between 300 and 2160000 seconds</constraintErrorMessage>
  </properties>
</leafNode>
<!-- include end -->