class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::System::DeploymentUpdateSchedule::Entry::AntiVirus::Recurring::Hourly
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 80640 def _section :'hourly' end
action()
click to toggle source
# File lib/palo_alto/config.rb, line 80778 def action if @create_children @subclasses['action'] ||= Action.new(parent_instance: self, create_children: @create_children) else Action.new(parent_instance: self) end end
at()
click to toggle source
Minutes past hour
# File lib/palo_alto/config.rb, line 80793 def at prop_get('at') end
at=(val)
click to toggle source
Minutes past hour
# File lib/palo_alto/config.rb, line 80797 def at=(val) prop_set('at', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 80637 def has_multiple_values? false end