class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::System::DeploymentUpdateSchedule::Entry::AntiVirus::Recurring
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 80633 def _section :'recurring' end
daily()
click to toggle source
# File lib/palo_alto/config.rb, line 80970 def daily @subclasses['daily'] ||= Daily.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 80630 def has_multiple_values? false end
hourly()
click to toggle source
# File lib/palo_alto/config.rb, line 80801 def hourly @subclasses['hourly'] ||= Hourly.new(parent_instance: self, create_children: @create_children) end
threshold()
click to toggle source
ignore if release date is new (hours)
# File lib/palo_alto/config.rb, line 81168 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 81172 def threshold=(val) prop_set('threshold', val) end
weekly()
click to toggle source
# File lib/palo_alto/config.rb, line 81157 def weekly @subclasses['weekly'] ||= Weekly.new(parent_instance: self, create_children: @create_children) end