class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::HighAvailability::Group::ElectionOption::Timers::Advanced

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 168659
def _section
        :'advanced'
end
additional_master_hold_up_time() click to toggle source

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
additional_master_hold_up_time=(val) click to toggle source

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
flap_max() click to toggle source

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
flap_max=(val) click to toggle source

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
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 168656
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 168746
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 168750
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 168738
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 168742
def hello_interval=(val)
        prop_set('hello-interval', val)
end
monitor_fail_hold_up_time() click to toggle source

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
monitor_fail_hold_up_time=(val) click to toggle source

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
preemption_hold_time() click to toggle source

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
preemption_hold_time=(val) click to toggle source

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
promotion_hold_time() click to toggle source

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
promotion_hold_time=(val) click to toggle source

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