class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::HighAvailability::Group::StateSynchronization::Ha2KeepAlive
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 275386 def _section :'ha2-keep-alive' end
action()
click to toggle source
System
response on keep-alive failure
# File lib/palo_alto/config.rb, line 275425 def action prop_get('action') end
action=(val)
click to toggle source
System
response on keep-alive failure
# File lib/palo_alto/config.rb, line 275429 def action=(val) prop_set('action', val) end
enabled()
click to toggle source
Enable or disable feature
# File lib/palo_alto/config.rb, line 275417 def enabled prop_get('enabled') end
enabled=(val)
click to toggle source
Enable or disable feature
# File lib/palo_alto/config.rb, line 275421 def enabled=(val) prop_set('enabled', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 275383 def has_multiple_values? false end
threshold()
click to toggle source
Keep-alive failure duration in msecs before failure declared (default 10000 msecs)
# File lib/palo_alto/config.rb, line 275433 def threshold prop_get('threshold') end
threshold=(val)
click to toggle source
Keep-alive failure duration in msecs before failure declared (default 10000 msecs)
# File lib/palo_alto/config.rb, line 275437 def threshold=(val) prop_set('threshold', val) end