class PaloAlto::XML::Config::Shared::Profiles::HipObjects::Entry::AntiMalware::Criteria::ProductVersion

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 20475
def _section
        :'product-version'
end
contains() click to toggle source
# File lib/palo_alto/config.rb, line 20580
def contains
        prop_get('contains')
end
contains=(val) click to toggle source
# File lib/palo_alto/config.rb, line 20583
def contains=(val)
        prop_set('contains', val)
end
greater_equal() click to toggle source
# File lib/palo_alto/config.rb, line 20544
def greater_equal
        prop_get('greater-equal')
end
greater_equal=(val) click to toggle source
# File lib/palo_alto/config.rb, line 20547
def greater_equal=(val)
        prop_set('greater-equal', val)
end
greater_than() click to toggle source
# File lib/palo_alto/config.rb, line 20550
def greater_than
        prop_get('greater-than')
end
greater_than=(val) click to toggle source
# File lib/palo_alto/config.rb, line 20553
def greater_than=(val)
        prop_set('greater-than', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 20472
def has_multiple_values?
        false
end
is() click to toggle source
# File lib/palo_alto/config.rb, line 20556
def is
        prop_get('is')
end
is=(val) click to toggle source
# File lib/palo_alto/config.rb, line 20559
def is=(val)
        prop_set('is', val)
end
is_not() click to toggle source
# File lib/palo_alto/config.rb, line 20562
def is_not
        prop_get('is-not')
end
is_not=(val) click to toggle source
# File lib/palo_alto/config.rb, line 20565
def is_not=(val)
        prop_set('is-not', val)
end
less_equal() click to toggle source
# File lib/palo_alto/config.rb, line 20568
def less_equal
        prop_get('less-equal')
end
less_equal=(val) click to toggle source
# File lib/palo_alto/config.rb, line 20571
def less_equal=(val)
        prop_set('less-equal', val)
end
less_than() click to toggle source
# File lib/palo_alto/config.rb, line 20574
def less_than
        prop_get('less-than')
end
less_than=(val) click to toggle source
# File lib/palo_alto/config.rb, line 20577
def less_than=(val)
        prop_set('less-than', val)
end
not_within() click to toggle source
# File lib/palo_alto/config.rb, line 20527
def not_within
        @subclasses['not-within'] ||= NotWithin.new(parent_instance: self, create_children: @create_children)
end
within() click to toggle source
# File lib/palo_alto/config.rb, line 20501
def within
        @subclasses['within'] ||= Within.new(parent_instance: self, create_children: @create_children)
end