class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::HipObjects::Entry::MobileDevice::Criteria::LastCheckinTime
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 94295 def _section :'last-checkin-time' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 94292 def has_multiple_values? false end
not_within()
click to toggle source
# File lib/palo_alto/config.rb, line 94347 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 94321 def within @subclasses['within'] ||= Within.new(parent_instance: self, create_children: @create_children) end