class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 303054 def _section :'hello' end
enable()
click to toggle source
# File lib/palo_alto/config.rb, line 303067 def enable prop_get('enable') end
enable=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 303070 def enable=(val) prop_set('enable', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 303051 def has_multiple_values? false end
max_packet()
click to toggle source
Maximum of outstanding Hello
packets
# File lib/palo_alto/config.rb, line 303074 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 303078 def max_packet=(val) prop_set('max-packet', val) end