class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::Setting::Management::CommonCriteriaAlarmGeneration::RuleGroupLimits
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 166137 def _section :'rule-group-limits' end
count()
click to toggle source
# File lib/palo_alto/config.rb, line 166177 def count prop_get('count') end
count=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 166180 def count=(val) prop_set('count', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 166134 def has_multiple_values? false end
time_interval()
click to toggle source
# File lib/palo_alto/config.rb, line 166183 def time_interval prop_get('time-interval') end
time_interval=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 166186 def time_interval=(val) prop_set('time-interval', val) end