class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::System::DeploymentUpdateSchedule::Entry::App::Recurring::Every30Mins::Action::DownloadAndScp
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 79269 def _section :'download-and-scp' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 79266 def has_multiple_values? false end
scp_path()
click to toggle source
Path for files
# File lib/palo_alto/config.rb, line 79295 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 79299 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 79287 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 79291 def scp_profile=(val) prop_set('scp-profile', val) end