class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::System::DeploymentUpdateSchedule::Entry::Wildfire::Recurring::Every30Mins
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 81524 def _section :'every-30-mins' end
action()
click to toggle source
# File lib/palo_alto/config.rb, line 81662 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 half-hour
# File lib/palo_alto/config.rb, line 81677 def at prop_get('at') end
at=(val)
click to toggle source
Minutes past half-hour
# File lib/palo_alto/config.rb, line 81681 def at=(val) prop_set('at', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 81521 def has_multiple_values? false end