class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::ServerProfile__9::Scp::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 327042 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 327039 def has_multiple_values? false end
name()
click to toggle source
alphanumeric string
# File lib/palo_alto/config.rb, line 327079 def name prop_get('@name') end
password()
click to toggle source
SCP Password
# File lib/palo_alto/config.rb, line 327107 def password prop_get('password') end
password=(val)
click to toggle source
SCP Password
# File lib/palo_alto/config.rb, line 327111 def password=(val) prop_set('password', val) end
port()
click to toggle source
SCP port
# File lib/palo_alto/config.rb, line 327091 def port prop_get('port') end
port=(val)
click to toggle source
SCP port
# File lib/palo_alto/config.rb, line 327095 def port=(val) prop_set('port', val) end
server()
click to toggle source
SCP hostname
# File lib/palo_alto/config.rb, line 327083 def server prop_get('server') end
server=(val)
click to toggle source
SCP hostname
# File lib/palo_alto/config.rb, line 327087 def server=(val) prop_set('server', val) end
username()
click to toggle source
SCP username
# File lib/palo_alto/config.rb, line 327099 def username prop_get('username') end
username=(val)
click to toggle source
SCP username
# File lib/palo_alto/config.rb, line 327103 def username=(val) prop_set('username', val) end