class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Ospfv3::Timers

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 197951
def _section
        :'timers'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 197948
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 197980
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 197984
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 197972
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 197976
def spf_calculation_delay=(val)
        prop_set('spf-calculation-delay', val)
end