| setdnskey_ttl |
Use this method to set time to Live (TTL), in seconds, for the DNSKEY resource record created in the zone. TTL is the time for which the record must be cached by the DNS proxies. If the TTL is not specified, either the DNS zone's minimum TTL or the default value of 3600 is used. |
Syntax |
Parameters |
keyname |
Name of the public-private key pair. This is mandatory parameter. |
ttl |
Time to Live (TTL), in seconds, for the DNSKEY resource record created in the zone. TTL is the time for which the record must be cached by the DNS proxies. If the TTL is not specified, either the DNS zone's minimum TTL or the default value of 3600 is used. Default value = 3600. Maximum value = 2147483647. |
Return Value |
Returns simpleResult |
See Also |