class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::System::UpdateSchedule::Wildfire
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 263947 def _section :'wildfire' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 263944 def has_multiple_values? false end
recurring()
click to toggle source
# File lib/palo_alto/config.rb, line 264180 def recurring @subclasses['recurring'] ||= Recurring.new(parent_instance: self, create_children: @create_children) end