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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 364545
def _section
        :'advanced'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 364542
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 364601
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 364605
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 364593
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 364597
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 364609
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 364613
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 364585
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 364589
def promotion_hold_time=(val)
        prop_set('promotion-hold-time', val)
end