class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::System::DeploymentUpdateSchedule::Entry::AppAndThreat::Recurring
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 79964 def _section :'recurring' end
daily()
click to toggle source
# File lib/palo_alto/config.rb, line 80412 def daily @subclasses['daily'] ||= Daily.new(parent_instance: self, create_children: @create_children) end
every_30_mins()
click to toggle source
# File lib/palo_alto/config.rb, line 80113 def every_30_mins @subclasses['every-30-mins'] ||= Every30Mins.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 79961 def has_multiple_values? false end
hourly()
click to toggle source
# File lib/palo_alto/config.rb, line 80262 def hourly @subclasses['hourly'] ||= Hourly.new(parent_instance: self, create_children: @create_children) end
new_app_threshold()
click to toggle source
ignore new app if release date is new (hours)
# File lib/palo_alto/config.rb, line 80606 def new_app_threshold prop_get('new-app-threshold') end
new_app_threshold=(val)
click to toggle source
ignore new app if release date is new (hours)
# File lib/palo_alto/config.rb, line 80610 def new_app_threshold=(val) prop_set('new-app-threshold', val) end
threshold()
click to toggle source
ignore if release date is new (hours)
# File lib/palo_alto/config.rb, line 80598 def threshold prop_get('threshold') end
threshold=(val)
click to toggle source
ignore if release date is new (hours)
# File lib/palo_alto/config.rb, line 80602 def threshold=(val) prop_set('threshold', val) end
weekly()
click to toggle source
# File lib/palo_alto/config.rb, line 80580 def weekly @subclasses['weekly'] ||= Weekly.new(parent_instance: self, create_children: @create_children) end