class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Rip::Timers
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 195977 def _section :'timers' end
delete_intervals()
click to toggle source
number of intervals take between route expiration to its deletion
# File lib/palo_alto/config.rb, line 196040 def delete_intervals prop_get('delete-intervals') end
delete_intervals=(val)
click to toggle source
number of intervals take between route expiration to its deletion
# File lib/palo_alto/config.rb, line 196044 def delete_intervals=(val) prop_set('delete-intervals', val) end
expire_intervals()
click to toggle source
number of intervals take between route last updated to its expiration
# File lib/palo_alto/config.rb, line 196032 def expire_intervals prop_get('expire-intervals') end
expire_intervals=(val)
click to toggle source
number of intervals take between route last updated to its expiration
# File lib/palo_alto/config.rb, line 196036 def expire_intervals=(val) prop_set('expire-intervals', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 195974 def has_multiple_values? false end
interval_seconds()
click to toggle source
timer interval value in seconds
# File lib/palo_alto/config.rb, line 196016 def interval_seconds prop_get('interval-seconds') end
interval_seconds=(val)
click to toggle source
timer interval value in seconds
# File lib/palo_alto/config.rb, line 196020 def interval_seconds=(val) prop_set('interval-seconds', val) end
update_intervals()
click to toggle source
number of intervals take between route advertisement (RIP response packet)
# File lib/palo_alto/config.rb, line 196024 def update_intervals prop_get('update-intervals') end
update_intervals=(val)
click to toggle source
number of intervals take between route advertisement (RIP response packet)
# File lib/palo_alto/config.rb, line 196028 def update_intervals=(val) prop_set('update-intervals', val) end