class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Ospf::GracefulRestart
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 197785 def _section :'graceful-restart' end
enable()
click to toggle source
# File lib/palo_alto/config.rb, line 197823 def enable prop_get('enable') end
enable=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 197826 def enable=(val) prop_set('enable', val) end
grace_period()
click to toggle source
maximum local restarting time (in seconds)
# File lib/palo_alto/config.rb, line 197830 def grace_period prop_get('grace-period') end
grace_period=(val)
click to toggle source
maximum local restarting time (in seconds)
# File lib/palo_alto/config.rb, line 197834 def grace_period=(val) prop_set('grace-period', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 197782 def has_multiple_values? false end
helper_enable()
click to toggle source
enable/disable helping neighboring routers to graceful restart
# File lib/palo_alto/config.rb, line 197838 def helper_enable prop_get('helper-enable') end
helper_enable=(val)
click to toggle source
enable/disable helping neighboring routers to graceful restart
# File lib/palo_alto/config.rb, line 197842 def helper_enable=(val) prop_set('helper-enable', val) end
max_neighbor_restart_time()
click to toggle source
maximum of neighbor restart time accepted (in seconds)
# File lib/palo_alto/config.rb, line 197854 def max_neighbor_restart_time prop_get('max-neighbor-restart-time') end
max_neighbor_restart_time=(val)
click to toggle source
maximum of neighbor restart time accepted (in seconds)
# File lib/palo_alto/config.rb, line 197858 def max_neighbor_restart_time=(val) prop_set('max-neighbor-restart-time', val) end
strict_LSA_checking()
click to toggle source
enable/disable strict LSA checking. Abort GR if lsa change is detected
# File lib/palo_alto/config.rb, line 197846 def strict_LSA_checking prop_get('strict-LSA-checking') end
strict_LSA_checking=(val)
click to toggle source
enable/disable strict LSA checking. Abort GR if lsa change is detected
# File lib/palo_alto/config.rb, line 197850 def strict_LSA_checking=(val) prop_set('strict-LSA-checking', val) end