class PaloAlto::XML::Config::Shared::Profiles::Vulnerability::Entry::Rules::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 23566 def _section :'entry' end
action()
click to toggle source
# File lib/palo_alto/config.rb, line 23791 def action if @create_children @subclasses['action'] ||= Action.new(parent_instance: self, create_children: @create_children) else Action.new(parent_instance: self) end end
category()
click to toggle source
# File lib/palo_alto/config.rb, line 23850 def category prop_get('category') end
category=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 23853 def category=(val) prop_set('category', val) end
cve()
click to toggle source
# File lib/palo_alto/config.rb, line 23594 def cve if @create_children @subclasses['cve'] ||= Cve.new(parent_instance: self, create_children: @create_children) else Cve.new(parent_instance: self) end end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 23563 def has_multiple_values? false end
host()
click to toggle source
# File lib/palo_alto/config.rb, line 23844 def host prop_get('host') end
host=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 23847 def host=(val) prop_set('host', val) end
name()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 23833 def name prop_get('@name') end
packet_capture()
click to toggle source
# File lib/palo_alto/config.rb, line 23856 def packet_capture prop_get('packet-capture') end
packet_capture=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 23859 def packet_capture=(val) prop_set('packet-capture', val) end
severity()
click to toggle source
# File lib/palo_alto/config.rb, line 23656 def severity if @create_children @subclasses['severity'] ||= Severity.new(parent_instance: self, create_children: @create_children) else Severity.new(parent_instance: self) end end
threat_name()
click to toggle source
Threat name
# File lib/palo_alto/config.rb, line 23837 def threat_name prop_get('threat-name') end
threat_name=(val)
click to toggle source
Threat name
# File lib/palo_alto/config.rb, line 23841 def threat_name=(val) prop_set('threat-name', val) end
vendor_id()
click to toggle source
# File lib/palo_alto/config.rb, line 23626 def vendor_id if @create_children @subclasses['vendor-id'] ||= VendorId.new(parent_instance: self, create_children: @create_children) else VendorId.new(parent_instance: self) end end