class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::DnsProxy::Entry::UdpQueries::Retries
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 315472 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 315500 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 315504 def attempts=(val) prop_set('attempts', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 315469 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 315492 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 315496 def interval=(val) prop_set('interval', val) end