class PaloAlto::XML::Config::Devices::Entry::Template::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 196530
def _section
        :'lsa'
end
enable() click to toggle source
# File lib/palo_alto/config.rb, line 196543
def enable
        prop_get('enable')
end
enable=(val) click to toggle source
# File lib/palo_alto/config.rb, line 196546
def enable=(val)
        prop_set('enable', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 196527
def has_multiple_values?
        false
end
max_packet() click to toggle source

Maximum of outstanding LSAs

# File lib/palo_alto/config.rb, line 196550
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 196554
def max_packet=(val)
        prop_set('max-packet', val)
end