class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::System::DeploymentUpdateSchedule::Entry::App::Recurring::Every30Mins::Action

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 79177
def _section
        :'action'
end
download_and_install() click to toggle source
# File lib/palo_alto/config.rb, line 79258
def download_and_install
        if @create_children
                @subclasses['download-and-install'] ||= DownloadAndInstall.new(parent_instance: self, create_children: @create_children)
        else
                DownloadAndInstall.new(parent_instance: self)
        end
end
download_and_scp() click to toggle source
# File lib/palo_alto/config.rb, line 79303
def download_and_scp
        @subclasses['download-and-scp'] ||= DownloadAndScp.new(parent_instance: self, create_children: @create_children)
end
download_only() click to toggle source
# File lib/palo_alto/config.rb, line 79189
def download_only
        @subclasses['download-only'] ||= DownloadOnly.new(parent_instance: self, create_children: @create_children)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 79174
def has_multiple_values?
        true
end