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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 90143
def _section
        :'operator'
end
equal_to() click to toggle source
# File lib/palo_alto/config.rb, line 90337
def equal_to
        @subclasses['equal-to'] ||= EqualTo.new(parent_instance: self, create_children: @create_children)
end
greater_than() click to toggle source
# File lib/palo_alto/config.rb, line 90428
def greater_than
        @subclasses['greater-than'] ||= GreaterThan.new(parent_instance: self, create_children: @create_children)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 90140
def has_multiple_values?
        true
end
less_than() click to toggle source
# File lib/palo_alto/config.rb, line 90234
def less_than
        @subclasses['less-than'] ||= LessThan.new(parent_instance: self, create_children: @create_children)
end
pattern_match() click to toggle source
# File lib/palo_alto/config.rb, line 90523
def pattern_match
        @subclasses['pattern-match'] ||= PatternMatch.new(parent_instance: self, create_children: @create_children)
end