class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::Setting::Application

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 266480
def _section
        :'application'
end
bypass_exceed_queue() click to toggle source

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
bypass_exceed_queue=(val) click to toggle source

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
cache() click to toggle source

set if application cache should be enabled

# File lib/palo_alto/config.rb, line 266603
def cache
        prop_get('cache')
end
cache=(val) click to toggle source

set if application cache should be enabled

# File lib/palo_alto/config.rb, line 266607
def cache=(val)
        prop_set('cache', val)
end
cache_threshold() click to toggle source

set application cache threshold

# File lib/palo_alto/config.rb, line 266619
def cache_threshold
        prop_get('cache-threshold')
end
cache_threshold=(val) click to toggle source

set application cache threshold

# File lib/palo_alto/config.rb, line 266623
def cache_threshold=(val)
        prop_set('cache-threshold', val)
end
dump_unknown() click to toggle source

set if unknown application capture should be enabled

# File lib/palo_alto/config.rb, line 266595
def dump_unknown
        prop_get('dump-unknown')
end
dump_unknown=(val) click to toggle source

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
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 266477
def has_multiple_values?
        false
end
heuristics() click to toggle source

set if heuristics detection should be enabled

# File lib/palo_alto/config.rb, line 266635
def heuristics
        prop_get('heuristics')
end
heuristics=(val) click to toggle source

set if heuristics detection should be enabled

# File lib/palo_alto/config.rb, line 266639
def heuristics=(val)
        prop_set('heuristics', val)
end
identify_unknown_traffic_by_port() click to toggle source

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
identify_unknown_traffic_by_port=(val) click to toggle source

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
notify_user() click to toggle source

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
notify_user=(val) click to toggle source

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
supernode() click to toggle source

set if supernode detection should be enabled

# File lib/palo_alto/config.rb, line 266627
def supernode
        prop_get('supernode')
end
supernode=(val) click to toggle source

set if supernode detection should be enabled

# File lib/palo_alto/config.rb, line 266631
def supernode=(val)
        prop_set('supernode', val)
end
traceroute() click to toggle source
# File lib/palo_alto/config.rb, line 266521
def traceroute
        @subclasses['traceroute'] ||= Traceroute.new(parent_instance: self, create_children: @create_children)
end
use_cache_for_identification() click to toggle source

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
use_cache_for_identification=(val) click to toggle source

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