class PaloAlto::XML::Config::Shared::Profiles::Spyware::Entry::Rules::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 23017
def _section
        :'entry'
end
action() click to toggle source
# File lib/palo_alto/config.rb, line 23178
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 23226
def category
        prop_get('category')
end
category=(val) click to toggle source
# File lib/palo_alto/config.rb, line 23229
def category=(val)
        prop_set('category', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 23014
def has_multiple_values?
        false
end
name() click to toggle source

alphanumeric string [ 0-9a-zA-Z._-]

# File lib/palo_alto/config.rb, line 23215
def name
        prop_get('@name')
end
packet_capture() click to toggle source
# File lib/palo_alto/config.rb, line 23232
def packet_capture
        prop_get('packet-capture')
end
packet_capture=(val) click to toggle source
# File lib/palo_alto/config.rb, line 23235
def packet_capture=(val)
        prop_set('packet-capture', val)
end
severity() click to toggle source
# File lib/palo_alto/config.rb, line 23043
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 23219
def threat_name
        prop_get('threat-name')
end
threat_name=(val) click to toggle source

Threat name

# File lib/palo_alto/config.rb, line 23223
def threat_name=(val)
        prop_set('threat-name', val)
end