class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Ospfv3::GracefulRestart
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 199538 def _section :'graceful-restart' end
enable()
click to toggle source
# File lib/palo_alto/config.rb, line 199576 def enable prop_get('enable') end
enable=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 199579 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 199583 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 199587 def grace_period=(val) prop_set('grace-period', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 199535 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 199591 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 199595 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 199607 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 199611 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 199599 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 199603 def strict_LSA_checking=(val) prop_set('strict-LSA-checking', val) end