class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::HighAvailability::Group::ElectionOption
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 168621 def _section :'election-option' end
device_priority()
click to toggle source
highest: 0, lowest: 255
# File lib/palo_alto/config.rb, line 168819 def device_priority prop_get('device-priority') end
device_priority=(val)
click to toggle source
highest: 0, lowest: 255
# File lib/palo_alto/config.rb, line 168823 def device_priority=(val) prop_set('device-priority', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 168618 def has_multiple_values? false end
heartbeat_backup()
click to toggle source
Use management port as backup path for heartbeat messages
# File lib/palo_alto/config.rb, line 168835 def heartbeat_backup prop_get('heartbeat-backup') end
heartbeat_backup=(val)
click to toggle source
Use management port as backup path for heartbeat messages
# File lib/palo_alto/config.rb, line 168839 def heartbeat_backup=(val) prop_set('heartbeat-backup', val) end
preemptive()
click to toggle source
Configure on both HA peers to allow preemption by Passive or Active-Secondary device based on device-priority, default no
# File lib/palo_alto/config.rb, line 168827 def preemptive prop_get('preemptive') end
preemptive=(val)
click to toggle source
Configure on both HA peers to allow preemption by Passive or Active-Secondary device based on device-priority, default no
# File lib/palo_alto/config.rb, line 168831 def preemptive=(val) prop_set('preemptive', val) end
timers()
click to toggle source
# File lib/palo_alto/config.rb, line 168791 def timers @subclasses['timers'] ||= Timers.new(parent_instance: self, create_children: @create_children) end