class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Threats::Vulnerability::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 89827 def _section :'entry' end
affected_host()
click to toggle source
# File lib/palo_alto/config.rb, line 89852 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 90027 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 90876 def comment prop_get('comment') end
comment=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 90879 def comment=(val) prop_set('comment', val) end
cve()
click to toggle source
# File lib/palo_alto/config.rb, line 89999 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 89971 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 90888 def direction prop_get('direction') end
direction=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 90891 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 90861 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 90865 def disable_override=(val) prop_set('disable-override', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 89824 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 90857 def name prop_get('@name') end
reference()
click to toggle source
# File lib/palo_alto/config.rb, line 90083 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 90882 def severity prop_get('severity') end
severity=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 90885 def severity=(val) prop_set('severity', val) end
signature()
click to toggle source
# File lib/palo_alto/config.rb, line 90812 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 90869 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 90873 def threatname=(val) prop_set('threatname', val) end
vendor()
click to toggle source
# File lib/palo_alto/config.rb, line 90055 def vendor if @create_children @subclasses['vendor'] ||= Vendor.new(parent_instance: self, create_children: @create_children) else Vendor.new(parent_instance: self) end end