class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::System::DeploymentUpdateSchedule::Entry::UrlDatabase::Recurring::Daily::Action::DownloadAndScp

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 81983
def _section
        :'download-and-scp'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 81980
def has_multiple_values?
        false
end
scp_path() click to toggle source

Path for files

# File lib/palo_alto/config.rb, line 82009
def scp_path
        prop_get('scp-path')
end
scp_path=(val) click to toggle source

Path for files

# File lib/palo_alto/config.rb, line 82013
def scp_path=(val)
        prop_set('scp-path', val)
end
scp_profile() click to toggle source

SCP profile to use

# File lib/palo_alto/config.rb, line 82001
def scp_profile
        prop_get('scp-profile')
end
scp_profile=(val) click to toggle source

SCP profile to use

# File lib/palo_alto/config.rb, line 82005
def scp_profile=(val)
        prop_set('scp-profile', val)
end