class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::DnsProxy::Entry::Cache
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 221722 def _section :'cache' end
cache_edns()
click to toggle source
Cache
EDNS UDP response
# File lib/palo_alto/config.rb, line 221784 def cache_edns prop_get('cache-edns') end
cache_edns=(val)
click to toggle source
Cache
EDNS UDP response
# File lib/palo_alto/config.rb, line 221788 def cache_edns=(val) prop_set('cache-edns', val) end
enabled()
click to toggle source
Turn on caching for this DNS object
# File lib/palo_alto/config.rb, line 221776 def enabled prop_get('enabled') end
enabled=(val)
click to toggle source
Turn on caching for this DNS object
# File lib/palo_alto/config.rb, line 221780 def enabled=(val) prop_set('enabled', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 221719 def has_multiple_values? false end
max_ttl()
click to toggle source
# File lib/palo_alto/config.rb, line 221761 def max_ttl @subclasses['max-ttl'] ||= MaxTtl.new(parent_instance: self, create_children: @create_children) end