class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::HighAvailability::Group::ElectionOption::Timers::Advanced
Public Instance Methods
# File lib/palo_alto/config.rb, line 168659 def _section :'advanced' end
Interval in milliseconds to wait before honoring a path or link monitor failure on the Active or Active-Primary device, default 500
# File lib/palo_alto/config.rb, line 168778 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 or Active-Primary device, default 500
# File lib/palo_alto/config.rb, line 168782 def additional_master_hold_up_time=(val) prop_set('additional-master-hold-up-time', val) end
Flaps before entering suspended state min=disable, max=infinite default =3
# File lib/palo_alto/config.rb, line 168754 def flap_max prop_get('flap-max') end
Flaps before entering suspended state min=disable, max=infinite default =3
# File lib/palo_alto/config.rb, line 168758 def flap_max=(val) prop_set('flap-max', val) end
# File lib/palo_alto/config.rb, line 168656 def has_multiple_values? false end
Interval in milliseconds to send Heartbeat pings, default 2000
# File lib/palo_alto/config.rb, line 168746 def heartbeat_interval prop_get('heartbeat-interval') end
Interval in milliseconds to send Heartbeat pings, default 2000
# File lib/palo_alto/config.rb, line 168750 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 168738 def hello_interval prop_get('hello-interval') end
Interval in milliseconds to send Hello messages, default 8000
# File lib/palo_alto/config.rb, line 168742 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 168770 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 168774 def monitor_fail_hold_up_time=(val) prop_set('monitor-fail-hold-up-time', val) end
Interval in minutes to stay Passive before preempting Active device or to stay Active-Secondary before preempting Active-Primary device, default 1
# File lib/palo_alto/config.rb, line 168762 def preemption_hold_time prop_get('preemption-hold-time') end
Interval in minutes to stay Passive before preempting Active device or to stay Active-Secondary before preempting Active-Primary device, default 1
# File lib/palo_alto/config.rb, line 168766 def preemption_hold_time=(val) prop_set('preemption-hold-time', val) end
Interval in milliseconds to state change from Passive to Active or Active-Secondary to Active-Primary, default 2000
# File lib/palo_alto/config.rb, line 168730 def promotion_hold_time prop_get('promotion-hold-time') end
Interval in milliseconds to state change from Passive to Active or Active-Secondary to Active-Primary, default 2000
# File lib/palo_alto/config.rb, line 168734 def promotion_hold_time=(val) prop_set('promotion-hold-time', val) end