class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::HipObjects::Entry::MobileDevice::Criteria::Imei

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 94359
def _section
        :'imei'
end
contains() click to toggle source
# File lib/palo_alto/config.rb, line 94368
def contains
        prop_get('contains')
end
contains=(val) click to toggle source
# File lib/palo_alto/config.rb, line 94371
def contains=(val)
        prop_set('contains', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 94356
def has_multiple_values?
        false
end
is() click to toggle source
# File lib/palo_alto/config.rb, line 94374
def is
        prop_get('is')
end
is=(val) click to toggle source
# File lib/palo_alto/config.rb, line 94377
def is=(val)
        prop_set('is', val)
end
is_not() click to toggle source
# File lib/palo_alto/config.rb, line 94380
def is_not
        prop_get('is-not')
end
is_not=(val) click to toggle source
# File lib/palo_alto/config.rb, line 94383
def is_not=(val)
        prop_set('is-not', val)
end