class PaloAlto::XML::Config::Shared::Profiles::Virus::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 22255 def _section :'entry' end
application()
click to toggle source
# File lib/palo_alto/config.rb, line 22465 def application if @create_children @subclasses['application'] ||= Application.new(parent_instance: self, create_children: @create_children) else Application.new(parent_instance: self) end end
decoder()
click to toggle source
# File lib/palo_alto/config.rb, line 22403 def decoder if @create_children @subclasses['decoder'] ||= Decoder.new(parent_instance: self, create_children: @create_children) else Decoder.new(parent_instance: self) end end
description()
click to toggle source
# File lib/palo_alto/config.rb, line 22607 def description prop_get('description') end
description=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 22610 def description=(val) prop_set('description', val) end
disable_override()
click to toggle source
disable object override in child device groups
# File lib/palo_alto/config.rb, line 22600 def disable_override prop_get('disable-override') end
disable_override=(val)
click to toggle source
disable object override in child device groups
# File lib/palo_alto/config.rb, line 22604 def disable_override=(val) prop_set('disable-override', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 22252 def has_multiple_values? false end
mlav_engine_filebased_enabled()
click to toggle source
# File lib/palo_alto/config.rb, line 22303 def mlav_engine_filebased_enabled if @create_children @subclasses['mlav-engine-filebased-enabled'] ||= MlavEngineFilebasedEnabled.new(parent_instance: self, create_children: @create_children) else MlavEngineFilebasedEnabled.new(parent_instance: self) end end
mlav_exception()
click to toggle source
# File lib/palo_alto/config.rb, line 22566 def mlav_exception if @create_children @subclasses['mlav-exception'] ||= MlavException.new(parent_instance: self, create_children: @create_children) else MlavException.new(parent_instance: self) end end
name()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 22596 def name prop_get('@name') end
packet_capture()
click to toggle source
# File lib/palo_alto/config.rb, line 22613 def packet_capture prop_get('packet-capture') end
packet_capture=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 22616 def packet_capture=(val) prop_set('packet-capture', val) end
threat_exception()
click to toggle source
# File lib/palo_alto/config.rb, line 22504 def threat_exception if @create_children @subclasses['threat-exception'] ||= ThreatException.new(parent_instance: self, create_children: @create_children) else ThreatException.new(parent_instance: self) end end