class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 304512
def _section
        :'timers'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 304509
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 304541
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 304545
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 304533
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 304537
def spf_calculation_delay=(val)
        prop_set('spf-calculation-delay', val)
end