class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Ospf::FloodPrevention::Lsa
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 303089 def _section :'lsa' end
enable()
click to toggle source
# File lib/palo_alto/config.rb, line 303102 def enable prop_get('enable') end
enable=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 303105 def enable=(val) prop_set('enable', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 303086 def has_multiple_values? false end
max_packet()
click to toggle source
Maximum of outstanding LSAs
# File lib/palo_alto/config.rb, line 303109 def max_packet prop_get('max-packet') end
max_packet=(val)
click to toggle source
Maximum of outstanding LSAs
# File lib/palo_alto/config.rb, line 303113 def max_packet=(val) prop_set('max-packet', val) end