class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::HighAvailability::Group::Mode::ActivePassive

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 275512
def _section
        :'active-passive'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 275509
def has_multiple_values?
        false
end
monitor_fail_hold_down_time() click to toggle source

Interval in minutes to stay in non-functional state following a link/path monitor failure, default 1

# File lib/palo_alto/config.rb, line 275544
def monitor_fail_hold_down_time
        prop_get('monitor-fail-hold-down-time')
end
monitor_fail_hold_down_time=(val) click to toggle source

Interval in minutes to stay in non-functional state following a link/path monitor failure, default 1

# File lib/palo_alto/config.rb, line 275548
def monitor_fail_hold_down_time=(val)
        prop_set('monitor-fail-hold-down-time', val)
end