class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::HighAvailability::ElectionOption::Timers::Advanced
Public Instance Methods
# File lib/palo_alto/config.rb, line 87638 def _section :'advanced' end
Interval in milliseconds to wait before honoring a path or link monitor failure on the Active device, default 7000
# File lib/palo_alto/config.rb, line 87736 def additional_master_hold_up_time prop_get('additional-master-hold-up-time') end
Interval in milliseconds to wait before honoring a path or link monitor failure on the Active device, default 7000
# File lib/palo_alto/config.rb, line 87740 def additional_master_hold_up_time=(val) prop_set('additional-master-hold-up-time', val) end
# File lib/palo_alto/config.rb, line 87635 def has_multiple_values? false end
Interval in milliseconds to send Heartbeat pings, default 2000
# File lib/palo_alto/config.rb, line 87712 def heartbeat_interval prop_get('heartbeat-interval') end
Interval in milliseconds to send Heartbeat pings, default 2000
# File lib/palo_alto/config.rb, line 87716 def heartbeat_interval=(val) prop_set('heartbeat-interval', val) end
Interval in milliseconds to send Hello messages, default 8000
# File lib/palo_alto/config.rb, line 87704 def hello_interval prop_get('hello-interval') end
Interval in milliseconds to send Hello messages, default 8000
# File lib/palo_alto/config.rb, line 87708 def hello_interval=(val) prop_set('hello-interval', val) end
Interval in milliseconds to wait before honoring a path or link monitor failure on this device, default 0
# File lib/palo_alto/config.rb, line 87728 def monitor_fail_hold_up_time prop_get('monitor-fail-hold-up-time') end
Interval in milliseconds to wait before honoring a path or link monitor failure on this device, default 0
# File lib/palo_alto/config.rb, line 87732 def monitor_fail_hold_up_time=(val) prop_set('monitor-fail-hold-up-time', val) end
Interval in minutes to stay in Passive before preempting Active device, default 1
# File lib/palo_alto/config.rb, line 87720 def preemption_hold_time prop_get('preemption-hold-time') end
Interval in minutes to stay in Passive before preempting Active device, default 1
# File lib/palo_alto/config.rb, line 87724 def preemption_hold_time=(val) prop_set('preemption-hold-time', val) end
Interval in milliseconds to state change from Passive to Active, default 2000
# File lib/palo_alto/config.rb, line 87696 def promotion_hold_time prop_get('promotion-hold-time') end
Interval in milliseconds to state change from Passive to Active, default 2000
# File lib/palo_alto/config.rb, line 87700 def promotion_hold_time=(val) prop_set('promotion-hold-time', val) end