class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::Spyware::Entry::Rules::Entry

Public Instance Methods

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

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

# File lib/palo_alto/config.rb, line 95907
def name
        prop_get('@name')
end
packet_capture() click to toggle source
# File lib/palo_alto/config.rb, line 95924
def packet_capture
        prop_get('packet-capture')
end
packet_capture=(val) click to toggle source
# File lib/palo_alto/config.rb, line 95927
def packet_capture=(val)
        prop_set('packet-capture', val)
end
severity() click to toggle source
# File lib/palo_alto/config.rb, line 95735
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 95911
def threat_name
        prop_get('threat-name')
end
threat_name=(val) click to toggle source

Threat name

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