class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::System::DeploymentUpdateSchedule::Entry::Wildfire::Recurring::EveryMin::Action::DownloadAndScp

Public Instance Methods

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

Path for files

# File lib/palo_alto/config.rb, line 81327
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 81331
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 81319
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 81323
def scp_profile=(val)
        prop_set('scp-profile', val)
end