class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::Setting::Application::Traceroute

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 159976
def _section
        :'traceroute'
end
enable() click to toggle source

enable/disable application identification for traceroute

# File lib/palo_alto/config.rb, line 159994
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 159998
def enable=(val)
        prop_set('enable', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 159973
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 160002
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 160006
def ttl_threshold=(val)
        prop_set('ttl-threshold', val)
end