class PaloAlto::XML::Config::Predefined::Threats::Vulnerability::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 904
def _section
        :'entry'
end
affected_host() click to toggle source
# File lib/palo_alto/config.rb, line 929
def affected_host
        @subclasses['affected-host'] ||= AffectedHost.new(parent_instance: self, create_children: @create_children)
end
category() click to toggle source
# File lib/palo_alto/config.rb, line 1015
def category
        prop_get('category')
end
category=(val) click to toggle source
# File lib/palo_alto/config.rb, line 1018
def category=(val)
        prop_set('category', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 901
def has_multiple_values?
        false
end
name() click to toggle source
# File lib/palo_alto/config.rb, line 1012
def name
        prop_get('@name')
end
severity() click to toggle source
# File lib/palo_alto/config.rb, line 1021
def severity
        prop_get('severity')
end
severity=(val) click to toggle source
# File lib/palo_alto/config.rb, line 1024
def severity=(val)
        prop_set('severity', val)
end
time_attribute() click to toggle source
# File lib/palo_alto/config.rb, line 969
def time_attribute
        @subclasses['time-attribute'] ||= TimeAttribute.new(parent_instance: self, create_children: @create_children)
end