class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::System::LogExportSchedule::Entry::Protocol::Scp
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 156469 def _section :'scp' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 156466 def has_multiple_values? false end
hostname()
click to toggle source
ftp hostname
# File lib/palo_alto/config.rb, line 156512 def hostname prop_get('hostname') end
hostname=(val)
click to toggle source
ftp hostname
# File lib/palo_alto/config.rb, line 156516 def hostname=(val) prop_set('hostname', val) end
password()
click to toggle source
scp password
# File lib/palo_alto/config.rb, line 156544 def password prop_get('password') end
password=(val)
click to toggle source
scp password
# File lib/palo_alto/config.rb, line 156548 def password=(val) prop_set('password', val) end
path()
click to toggle source
scp server path
# File lib/palo_alto/config.rb, line 156528 def path prop_get('path') end
path=(val)
click to toggle source
scp server path
# File lib/palo_alto/config.rb, line 156532 def path=(val) prop_set('path', val) end
port()
click to toggle source
scp port
# File lib/palo_alto/config.rb, line 156520 def port prop_get('port') end
port=(val)
click to toggle source
scp port
# File lib/palo_alto/config.rb, line 156524 def port=(val) prop_set('port', val) end
username()
click to toggle source
scp username
# File lib/palo_alto/config.rb, line 156536 def username prop_get('username') end
username=(val)
click to toggle source
scp username
# File lib/palo_alto/config.rb, line 156540 def username=(val) prop_set('username', val) end