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