class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Ospf::Timers
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 196570 def _section :'timers' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 196567 def has_multiple_values? false end
lsa_interval()
click to toggle source
The minimum time in seconds between distinct originations of any particular LSA
# File lib/palo_alto/config.rb, line 196599 def lsa_interval prop_get('lsa-interval') end
lsa_interval=(val)
click to toggle source
The minimum time in seconds between distinct originations of any particular LSA
# File lib/palo_alto/config.rb, line 196603 def lsa_interval=(val) prop_set('lsa-interval', val) end
spf_calculation_delay()
click to toggle source
Delay in seconds before running the SPF algorithm
# File lib/palo_alto/config.rb, line 196591 def spf_calculation_delay prop_get('spf-calculation-delay') end
spf_calculation_delay=(val)
click to toggle source
Delay in seconds before running the SPF algorithm
# File lib/palo_alto/config.rb, line 196595 def spf_calculation_delay=(val) prop_set('spf-calculation-delay', val) end