class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 306100 def _section :'graceful-restart' end
enable()
click to toggle source
# File lib/palo_alto/config.rb, line 306138 def enable prop_get('enable') end
enable=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 306141 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 306145 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 306149 def grace_period=(val) prop_set('grace-period', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 306097 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 306153 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 306157 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 306169 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 306173 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 306161 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 306165 def strict_LSA_checking=(val) prop_set('strict-LSA-checking', val) end