class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::HighAvailability::Group::StateSynchronization::Ha2KeepAlive

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 168857
def _section
        :'ha2-keep-alive'
end
action() click to toggle source

System response on keep-alive failure

# File lib/palo_alto/config.rb, line 168896
def action
        prop_get('action')
end
action=(val) click to toggle source

System response on keep-alive failure

# File lib/palo_alto/config.rb, line 168900
def action=(val)
        prop_set('action', val)
end
enabled() click to toggle source

Enable or disable feature

# File lib/palo_alto/config.rb, line 168888
def enabled
        prop_get('enabled')
end
enabled=(val) click to toggle source

Enable or disable feature

# File lib/palo_alto/config.rb, line 168892
def enabled=(val)
        prop_set('enabled', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 168854
def has_multiple_values?
        false
end
threshold() click to toggle source

Keep-alive failure duration in msecs before failure declared (default 10000 msecs)

# File lib/palo_alto/config.rb, line 168904
def threshold
        prop_get('threshold')
end
threshold=(val) click to toggle source

Keep-alive failure duration in msecs before failure declared (default 10000 msecs)

# File lib/palo_alto/config.rb, line 168908
def threshold=(val)
        prop_set('threshold', val)
end