class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::Setting::Management::CommonCriteriaAlarmGeneration::RuleGroupLimits

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 272648
def _section
        :'rule-group-limits'
end
count() click to toggle source
# File lib/palo_alto/config.rb, line 272688
def count
        prop_get('count')
end
count=(val) click to toggle source
# File lib/palo_alto/config.rb, line 272691
def count=(val)
        prop_set('count', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 272645
def has_multiple_values?
        false
end
tags() click to toggle source
# File lib/palo_alto/config.rb, line 272674
def tags
        if @create_children
                @subclasses['tags'] ||= Tags.new(parent_instance: self, create_children: @create_children)
        else
                Tags.new(parent_instance: self)
        end
end
time_interval() click to toggle source
# File lib/palo_alto/config.rb, line 272694
def time_interval
        prop_get('time-interval')
end
time_interval=(val) click to toggle source
# File lib/palo_alto/config.rb, line 272697
def time_interval=(val)
        prop_set('time-interval', val)
end