class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::System::DeploymentUpdateSchedule::Entry::UrlDatabase::Recurring::Weekly::Action::DownloadAndScp
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 82152 def _section :'download-and-scp' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 82149 def has_multiple_values? false end
scp_path()
click to toggle source
Path for files
# File lib/palo_alto/config.rb, line 82178 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 82182 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 82170 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 82174 def scp_profile=(val) prop_set('scp-profile', val) end