class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 302536
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 302599
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 302603
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 302591
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 302595
def expire_intervals=(val)
        prop_set('expire-intervals', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 302533
def has_multiple_values?
        false
end
interval_seconds() click to toggle source

timer interval value in seconds

# File lib/palo_alto/config.rb, line 302575
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 302579
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 302583
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 302587
def update_intervals=(val)
        prop_set('update-intervals', val)
end