class PaloAlto::XML::Config::Shared::Profiles::HipObjects::Entry::CustomChecks

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 21255
def _section
        :'custom-checks'
end
criteria() click to toggle source
# File lib/palo_alto/config.rb, line 21579
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 21252
def has_multiple_values?
        false
end