class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::HighAvailability::Group::ElectionOption

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 275150
def _section
        :'election-option'
end
device_priority() click to toggle source

highest: 0, lowest: 255

# File lib/palo_alto/config.rb, line 275348
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 275352
def device_priority=(val)
        prop_set('device-priority', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 275147
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 275364
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 275368
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 275356
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 275360
def preemptive=(val)
        prop_set('preemptive', val)
end
timers() click to toggle source
# File lib/palo_alto/config.rb, line 275320
def timers
        @subclasses['timers'] ||= Timers.new(parent_instance: self, create_children: @create_children)
end