class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Threats::Spyware::Entry::Signature::Standard::Entry::AndCondition::Entry::OrCondition::Entry::Operator::PatternMatch

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 91504
def _section
        :'pattern-match'
end
context() click to toggle source
# File lib/palo_alto/config.rb, line 91573
def context
        prop_get('context')
end
context=(val) click to toggle source
# File lib/palo_alto/config.rb, line 91576
def context=(val)
        prop_set('context', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 91501
def has_multiple_values?
        false
end
negate() click to toggle source
# File lib/palo_alto/config.rb, line 91585
def negate
        prop_get('negate')
end
negate=(val) click to toggle source
# File lib/palo_alto/config.rb, line 91588
def negate=(val)
        prop_set('negate', val)
end
pattern() click to toggle source
# File lib/palo_alto/config.rb, line 91579
def pattern
        prop_get('pattern')
end
pattern=(val) click to toggle source
# File lib/palo_alto/config.rb, line 91582
def pattern=(val)
        prop_set('pattern', val)
end
qualifier() click to toggle source
# File lib/palo_alto/config.rb, line 91557
def qualifier
        if @create_children
                @subclasses['qualifier'] ||= Qualifier.new(parent_instance: self, create_children: @create_children)
        else
                Qualifier.new(parent_instance: self)
        end
end