class PaloAlto::XML::Config::Shared::Profiles::Vulnerability::Entry::ThreatException::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 23889
def _section
        :'entry'
end
action() click to toggle source
# File lib/palo_alto/config.rb, line 24020
def action
        if @create_children
                @subclasses['action'] ||= Action.new(parent_instance: self, create_children: @create_children)
        else
                Action.new(parent_instance: self)
        end
end
exempt_ip() click to toggle source
# File lib/palo_alto/config.rb, line 24102
def exempt_ip
        if @create_children
                @subclasses['exempt-ip'] ||= ExemptIp.new(parent_instance: self, create_children: @create_children)
        else
                ExemptIp.new(parent_instance: self)
        end
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 23886
def has_multiple_values?
        false
end
name() click to toggle source

threat id

# File lib/palo_alto/config.rb, line 24125
def name
        prop_get('@name')
end
packet_capture() click to toggle source
# File lib/palo_alto/config.rb, line 24128
def packet_capture
        prop_get('packet-capture')
end
packet_capture=(val) click to toggle source
# File lib/palo_alto/config.rb, line 24131
def packet_capture=(val)
        prop_set('packet-capture', val)
end
time_attribute() click to toggle source
# File lib/palo_alto/config.rb, line 24064
def time_attribute
        @subclasses['time-attribute'] ||= TimeAttribute.new(parent_instance: self, create_children: @create_children)
end