class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::HipObjects::Entry::CustomChecks
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 93945 def _section :'custom-checks' end
criteria()
click to toggle source
# File lib/palo_alto/config.rb, line 94269 def criteria @subclasses['criteria'] ||= Criteria.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 93942 def has_multiple_values? false end