class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Ospf::FloodPrevention::Hello
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 196495 def _section :'hello' end
enable()
click to toggle source
# File lib/palo_alto/config.rb, line 196508 def enable prop_get('enable') end
enable=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 196511 def enable=(val) prop_set('enable', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 196492 def has_multiple_values? false end
max_packet()
click to toggle source
Maximum of outstanding Hello
packets
# File lib/palo_alto/config.rb, line 196515 def max_packet prop_get('max-packet') end
max_packet=(val)
click to toggle source
Maximum of outstanding Hello
packets
# File lib/palo_alto/config.rb, line 196519 def max_packet=(val) prop_set('max-packet', val) end