class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::DnsProxy::Entry::Cache::MaxTtl
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 221729 def _section :'max-ttl' end
enabled()
click to toggle source
Enable max ttl for this DNS object
# File lib/palo_alto/config.rb, line 221745 def enabled prop_get('enabled') end
enabled=(val)
click to toggle source
Enable max ttl for this DNS object
# File lib/palo_alto/config.rb, line 221749 def enabled=(val) prop_set('enabled', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 221726 def has_multiple_values? false end
time_to_live()
click to toggle source
Time in seconds after which entry is cleared
# File lib/palo_alto/config.rb, line 221753 def time_to_live prop_get('time-to-live') end
time_to_live=(val)
click to toggle source
Time in seconds after which entry is cleared
# File lib/palo_alto/config.rb, line 221757 def time_to_live=(val) prop_set('time-to-live', val) end