class PaloAlto::XML::Config::Devices::Entry::WildfireAppliance::Entry::Deviceconfig::System::ManagementTunnel__28::Ikev2Gateway::Entry::Protocol::Ikev2::Dpd
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 366462 def _section :'dpd' end
enable()
click to toggle source
Enable sending empty information liveness check message
# File lib/palo_alto/config.rb, line 366479 def enable prop_get('enable') end
enable=(val)
click to toggle source
Enable sending empty information liveness check message
# File lib/palo_alto/config.rb, line 366483 def enable=(val) prop_set('enable', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 366459 def has_multiple_values? false end
interval()
click to toggle source
delay interval before sending probing packets (in seconds)
# File lib/palo_alto/config.rb, line 366487 def interval prop_get('interval') end
interval=(val)
click to toggle source
delay interval before sending probing packets (in seconds)
# File lib/palo_alto/config.rb, line 366491 def interval=(val) prop_set('interval', val) end