class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::HipObjects::Entry::AntiMalware::Criteria::ProductVersion

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 93165
def _section
        :'product-version'
end
contains() click to toggle source
# File lib/palo_alto/config.rb, line 93270
def contains
        prop_get('contains')
end
contains=(val) click to toggle source
# File lib/palo_alto/config.rb, line 93273
def contains=(val)
        prop_set('contains', val)
end
greater_equal() click to toggle source
# File lib/palo_alto/config.rb, line 93234
def greater_equal
        prop_get('greater-equal')
end
greater_equal=(val) click to toggle source
# File lib/palo_alto/config.rb, line 93237
def greater_equal=(val)
        prop_set('greater-equal', val)
end
greater_than() click to toggle source
# File lib/palo_alto/config.rb, line 93240
def greater_than
        prop_get('greater-than')
end
greater_than=(val) click to toggle source
# File lib/palo_alto/config.rb, line 93243
def greater_than=(val)
        prop_set('greater-than', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 93162
def has_multiple_values?
        false
end
is() click to toggle source
# File lib/palo_alto/config.rb, line 93246
def is
        prop_get('is')
end
is=(val) click to toggle source
# File lib/palo_alto/config.rb, line 93249
def is=(val)
        prop_set('is', val)
end
is_not() click to toggle source
# File lib/palo_alto/config.rb, line 93252
def is_not
        prop_get('is-not')
end
is_not=(val) click to toggle source
# File lib/palo_alto/config.rb, line 93255
def is_not=(val)
        prop_set('is-not', val)
end
less_equal() click to toggle source
# File lib/palo_alto/config.rb, line 93258
def less_equal
        prop_get('less-equal')
end
less_equal=(val) click to toggle source
# File lib/palo_alto/config.rb, line 93261
def less_equal=(val)
        prop_set('less-equal', val)
end
less_than() click to toggle source
# File lib/palo_alto/config.rb, line 93264
def less_than
        prop_get('less-than')
end
less_than=(val) click to toggle source
# File lib/palo_alto/config.rb, line 93267
def less_than=(val)
        prop_set('less-than', val)
end
not_within() click to toggle source
# File lib/palo_alto/config.rb, line 93217
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 93191
def within
        @subclasses['within'] ||= Within.new(parent_instance: self, create_children: @create_children)
end