class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::DnsProxy::Entry::UdpQueries::Retries
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 208884 def _section :'retries' end
attempts()
click to toggle source
Maximum number of retries before trying next name server
# File lib/palo_alto/config.rb, line 208912 def attempts prop_get('attempts') end
attempts=(val)
click to toggle source
Maximum number of retries before trying next name server
# File lib/palo_alto/config.rb, line 208916 def attempts=(val) prop_set('attempts', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 208881 def has_multiple_values? false end
interval()
click to toggle source
Time in seconds for another request to be sent
# File lib/palo_alto/config.rb, line 208904 def interval prop_get('interval') end
interval=(val)
click to toggle source
Time in seconds for another request to be sent
# File lib/palo_alto/config.rb, line 208908 def interval=(val) prop_set('interval', val) end