class PaloAlto::XML::Config::Devices::Entry::WildfireAppliance::Entry::Deviceconfig::HighAvailability::ElectionOption::Timers::Advanced
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 370904 def _section :'advanced' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 370901 def has_multiple_values? false end
heartbeat_interval()
click to toggle source
Interval in milliseconds to send Heartbeat pings, default 2000
# File lib/palo_alto/config.rb, line 370960 def heartbeat_interval prop_get('heartbeat-interval') end
heartbeat_interval=(val)
click to toggle source
Interval in milliseconds to send Heartbeat pings, default 2000
# File lib/palo_alto/config.rb, line 370964 def heartbeat_interval=(val) prop_set('heartbeat-interval', val) end
hello_interval()
click to toggle source
Interval in milliseconds to send Hello messages, default 8000
# File lib/palo_alto/config.rb, line 370952 def hello_interval prop_get('hello-interval') end
hello_interval=(val)
click to toggle source
Interval in milliseconds to send Hello messages, default 8000
# File lib/palo_alto/config.rb, line 370956 def hello_interval=(val) prop_set('hello-interval', val) end
preemption_hold_time()
click to toggle source
Interval in minutes to stay in Passive before preempting Active device, default 1
# File lib/palo_alto/config.rb, line 370968 def preemption_hold_time prop_get('preemption-hold-time') end
preemption_hold_time=(val)
click to toggle source
Interval in minutes to stay in Passive before preempting Active device, default 1
# File lib/palo_alto/config.rb, line 370972 def preemption_hold_time=(val) prop_set('preemption-hold-time', val) end
promotion_hold_time()
click to toggle source
Interval in milliseconds to state change from Passive to Active, default 2000
# File lib/palo_alto/config.rb, line 370944 def promotion_hold_time prop_get('promotion-hold-time') end
promotion_hold_time=(val)
click to toggle source
Interval in milliseconds to state change from Passive to Active, default 2000
# File lib/palo_alto/config.rb, line 370948 def promotion_hold_time=(val) prop_set('promotion-hold-time', val) end