class PaloAlto::XML::Config::Devices::Entry::Template::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 188669 def _section :'keep-alive' end
enable()
click to toggle source
Enable tunnel monitoring on this tunnel
# File lib/palo_alto/config.rb, line 188703 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 188707 def enable=(val) prop_set('enable', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 188666 def has_multiple_values? false end
hold_timer()
click to toggle source
Hold timer
# File lib/palo_alto/config.rb, line 188727 def hold_timer prop_get('hold-timer') end
hold_timer=(val)
click to toggle source
Hold timer
# File lib/palo_alto/config.rb, line 188731 def hold_timer=(val) prop_set('hold-timer', val) end
interval()
click to toggle source
Interval
# File lib/palo_alto/config.rb, line 188711 def interval prop_get('interval') end
interval=(val)
click to toggle source
Interval
# File lib/palo_alto/config.rb, line 188715 def interval=(val) prop_set('interval', val) end
retry()
click to toggle source
Retry
# File lib/palo_alto/config.rb, line 188719 def retry prop_get('retry') end
retry=(val)
click to toggle source
Retry
# File lib/palo_alto/config.rb, line 188723 def retry=(val) prop_set('retry', val) end