class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::Setting::Application::Traceroute
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 266487 def _section :'traceroute' end
enable()
click to toggle source
enable/disable application identification for traceroute
# File lib/palo_alto/config.rb, line 266505 def enable prop_get('enable') end
enable=(val)
click to toggle source
enable/disable application identification for traceroute
# File lib/palo_alto/config.rb, line 266509 def enable=(val) prop_set('enable', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 266484 def has_multiple_values? false end
ttl_threshold()
click to toggle source
set the TTL threshold value for traceroute identification
# File lib/palo_alto/config.rb, line 266513 def ttl_threshold prop_get('ttl-threshold') end
ttl_threshold=(val)
click to toggle source
set the TTL threshold value for traceroute identification
# File lib/palo_alto/config.rb, line 266517 def ttl_threshold=(val) prop_set('ttl-threshold', val) end