class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::Setting::Application
Public Instance Methods
# File lib/palo_alto/config.rb, line 266480 def _section :'application' end
whether to skip inspection of session if queue limit is exceeded
# File lib/palo_alto/config.rb, line 266651 def bypass_exceed_queue prop_get('bypass-exceed-queue') end
whether to skip inspection of session if queue limit is exceeded
# File lib/palo_alto/config.rb, line 266655 def bypass_exceed_queue=(val) prop_set('bypass-exceed-queue', val) end
set if application cache should be enabled
# File lib/palo_alto/config.rb, line 266603 def cache prop_get('cache') end
set if application cache should be enabled
# File lib/palo_alto/config.rb, line 266607 def cache=(val) prop_set('cache', val) end
set application cache threshold
# File lib/palo_alto/config.rb, line 266619 def cache_threshold prop_get('cache-threshold') end
set application cache threshold
# File lib/palo_alto/config.rb, line 266623 def cache_threshold=(val) prop_set('cache-threshold', val) end
set if unknown application capture should be enabled
# File lib/palo_alto/config.rb, line 266595 def dump_unknown prop_get('dump-unknown') end
set if unknown application capture should be enabled
# File lib/palo_alto/config.rb, line 266599 def dump_unknown=(val) prop_set('dump-unknown', val) end
# File lib/palo_alto/config.rb, line 266477 def has_multiple_values? false end
set if heuristics detection should be enabled
# File lib/palo_alto/config.rb, line 266635 def heuristics prop_get('heuristics') end
set if heuristics detection should be enabled
# File lib/palo_alto/config.rb, line 266639 def heuristics=(val) prop_set('heuristics', val) end
set if unknown traffic should be identified by source or destination port
# File lib/palo_alto/config.rb, line 266587 def identify_unknown_traffic_by_port prop_get('identify-unknown-traffic-by-port') end
set if unknown traffic should be identified by source or destination port
# File lib/palo_alto/config.rb, line 266591 def identify_unknown_traffic_by_port=(val) prop_set('identify-unknown-traffic-by-port', val) end
set if user should be notified when web-application is blocked
# File lib/palo_alto/config.rb, line 266643 def notify_user prop_get('notify-user') end
set if user should be notified when web-application is blocked
# File lib/palo_alto/config.rb, line 266647 def notify_user=(val) prop_set('notify-user', val) end
set if supernode detection should be enabled
# File lib/palo_alto/config.rb, line 266627 def supernode prop_get('supernode') end
set if supernode detection should be enabled
# File lib/palo_alto/config.rb, line 266631 def supernode=(val) prop_set('supernode', val) end
# File lib/palo_alto/config.rb, line 266521 def traceroute @subclasses['traceroute'] ||= Traceroute.new(parent_instance: self, create_children: @create_children) end
Set to use the App-ID cache result for identification
# File lib/palo_alto/config.rb, line 266611 def use_cache_for_identification prop_get('use-cache-for-identification') end
Set to use the App-ID cache result for identification
# File lib/palo_alto/config.rb, line 266615 def use_cache_for_identification=(val) prop_set('use-cache-for-identification', val) end