class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Tunnel__5::Gre::Entry::KeepAlive
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 295204 def _section :'keep-alive' end
enable()
click to toggle source
Enable tunnel monitoring on this tunnel
# File lib/palo_alto/config.rb, line 295238 def enable prop_get('enable') end
enable=(val)
click to toggle source
Enable tunnel monitoring on this tunnel
# File lib/palo_alto/config.rb, line 295242 def enable=(val) prop_set('enable', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 295201 def has_multiple_values? false end
hold_timer()
click to toggle source
Hold timer
# File lib/palo_alto/config.rb, line 295262 def hold_timer prop_get('hold-timer') end
hold_timer=(val)
click to toggle source
Hold timer
# File lib/palo_alto/config.rb, line 295266 def hold_timer=(val) prop_set('hold-timer', val) end
interval()
click to toggle source
Interval
# File lib/palo_alto/config.rb, line 295246 def interval prop_get('interval') end
interval=(val)
click to toggle source
Interval
# File lib/palo_alto/config.rb, line 295250 def interval=(val) prop_set('interval', val) end
retry()
click to toggle source
Retry
# File lib/palo_alto/config.rb, line 295254 def retry prop_get('retry') end
retry=(val)
click to toggle source
Retry
# File lib/palo_alto/config.rb, line 295258 def retry=(val) prop_set('retry', val) end