class PaloAlto::XML::Config::Devices::Entry::WildfireApplianceCluster::Entry::Deviceconfig::System::UpdateSchedule::WfContent::Recurring

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 362796
def _section
        :'recurring'
end
daily() click to toggle source
# File lib/palo_alto/config.rb, line 362836
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 362793
def has_multiple_values?
        false
end
weekly() click to toggle source
# File lib/palo_alto/config.rb, line 362893
def weekly
        @subclasses['weekly'] ||= Weekly.new(parent_instance: self, create_children: @create_children)
end