class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::DnsProxy::Entry::Cache::MaxTtl
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 315269 def _section :'max-ttl' end
enabled()
click to toggle source
Enable max ttl for this DNS object
# File lib/palo_alto/config.rb, line 315285 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 315289 def enabled=(val) prop_set('enabled', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 315266 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 315293 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 315297 def time_to_live=(val) prop_set('time-to-live', val) end