class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::System::UpdateSchedule::GlobalProtectClientlessVpn::Recurring

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 264407
def _section
        :'recurring'
end
daily() click to toggle source
# File lib/palo_alto/config.rb, line 264499
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 264404
def has_multiple_values?
        false
end
hourly() click to toggle source
# File lib/palo_alto/config.rb, line 264459
def hourly
        @subclasses['hourly'] ||= Hourly.new(parent_instance: self, create_children: @create_children)
end
none() click to toggle source
# File lib/palo_alto/config.rb, line 264419
def none
        @subclasses['none'] ||= None.new(parent_instance: self, create_children: @create_children)
end
weekly() click to toggle source
# File lib/palo_alto/config.rb, line 264556
def weekly
        @subclasses['weekly'] ||= Weekly.new(parent_instance: self, create_children: @create_children)
end