class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::System::DeploymentUpdateSchedule::Entry::WfContent

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 82250
def _section
        :'wf-content'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 82247
def has_multiple_values?
        false
end
recurring() click to toggle source
# File lib/palo_alto/config.rb, line 82741
def recurring
        @subclasses['recurring'] ||= Recurring.new(parent_instance: self, create_children: @create_children)
end