class PaloAlto::XML::Config::Shared::Threats::Vulnerability::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 16898 def _section :'entry' end
affected_host()
click to toggle source
# File lib/palo_alto/config.rb, line 16923 def affected_host @subclasses['affected-host'] ||= AffectedHost.new(parent_instance: self, create_children: @create_children) end
bugtraq()
click to toggle source
# File lib/palo_alto/config.rb, line 17098 def bugtraq if @create_children @subclasses['bugtraq'] ||= Bugtraq.new(parent_instance: self, create_children: @create_children) else Bugtraq.new(parent_instance: self) end end
comment()
click to toggle source
# File lib/palo_alto/config.rb, line 17945 def comment prop_get('comment') end
comment=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 17948 def comment=(val) prop_set('comment', val) end
cve()
click to toggle source
# File lib/palo_alto/config.rb, line 17070 def cve if @create_children @subclasses['cve'] ||= Cve.new(parent_instance: self, create_children: @create_children) else Cve.new(parent_instance: self) end end
default_action()
click to toggle source
# File lib/palo_alto/config.rb, line 17042 def default_action if @create_children @subclasses['default-action'] ||= DefaultAction.new(parent_instance: self, create_children: @create_children) else DefaultAction.new(parent_instance: self) end end
direction()
click to toggle source
# File lib/palo_alto/config.rb, line 17957 def direction prop_get('direction') end
direction=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 17960 def direction=(val) prop_set('direction', val) end
disable_override()
click to toggle source
disable object override in child device groups
# File lib/palo_alto/config.rb, line 17930 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 17934 def disable_override=(val) prop_set('disable-override', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 16895 def has_multiple_values? false end
name()
click to toggle source
threat id range <41000-45000> and <6800001-6900000>
# File lib/palo_alto/config.rb, line 17926 def name prop_get('@name') end
reference()
click to toggle source
# File lib/palo_alto/config.rb, line 17154 def reference if @create_children @subclasses['reference'] ||= Reference.new(parent_instance: self, create_children: @create_children) else Reference.new(parent_instance: self) end end
severity()
click to toggle source
# File lib/palo_alto/config.rb, line 17951 def severity prop_get('severity') end
severity=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 17954 def severity=(val) prop_set('severity', val) end
signature()
click to toggle source
# File lib/palo_alto/config.rb, line 17881 def signature if @create_children @subclasses['signature'] ||= Signature.new(parent_instance: self, create_children: @create_children) else Signature.new(parent_instance: self) end end
threatname()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 17938 def threatname prop_get('threatname') end
threatname=(val)
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 17942 def threatname=(val) prop_set('threatname', val) end
vendor()
click to toggle source
# File lib/palo_alto/config.rb, line 17126 def vendor if @create_children @subclasses['vendor'] ||= Vendor.new(parent_instance: self, create_children: @create_children) else Vendor.new(parent_instance: self) end end