class PaloAlto::XML::Config::Devices::Entry::Template::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 220442 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 220439 def has_multiple_values? false end
name()
click to toggle source
alphanumeric string
# File lib/palo_alto/config.rb, line 220479 def name prop_get('@name') end
password()
click to toggle source
SCP Password
# File lib/palo_alto/config.rb, line 220507 def password prop_get('password') end
password=(val)
click to toggle source
SCP Password
# File lib/palo_alto/config.rb, line 220511 def password=(val) prop_set('password', val) end
port()
click to toggle source
SCP port
# File lib/palo_alto/config.rb, line 220491 def port prop_get('port') end
port=(val)
click to toggle source
SCP port
# File lib/palo_alto/config.rb, line 220495 def port=(val) prop_set('port', val) end
server()
click to toggle source
SCP hostname
# File lib/palo_alto/config.rb, line 220483 def server prop_get('server') end
server=(val)
click to toggle source
SCP hostname
# File lib/palo_alto/config.rb, line 220487 def server=(val) prop_set('server', val) end
username()
click to toggle source
SCP username
# File lib/palo_alto/config.rb, line 220499 def username prop_get('username') end
username=(val)
click to toggle source
SCP username
# File lib/palo_alto/config.rb, line 220503 def username=(val) prop_set('username', val) end