class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Shared::ServerProfile::Scp::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 241636
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 241633
def has_multiple_values?
        false
end
name() click to toggle source

alphanumeric string

# File lib/palo_alto/config.rb, line 241673
def name
        prop_get('@name')
end
password() click to toggle source

SCP Password

# File lib/palo_alto/config.rb, line 241701
def password
        prop_get('password')
end
password=(val) click to toggle source

SCP Password

# File lib/palo_alto/config.rb, line 241705
def password=(val)
        prop_set('password', val)
end
port() click to toggle source

SCP port

# File lib/palo_alto/config.rb, line 241685
def port
        prop_get('port')
end
port=(val) click to toggle source

SCP port

# File lib/palo_alto/config.rb, line 241689
def port=(val)
        prop_set('port', val)
end
server() click to toggle source

SCP hostname

# File lib/palo_alto/config.rb, line 241677
def server
        prop_get('server')
end
server=(val) click to toggle source

SCP hostname

# File lib/palo_alto/config.rb, line 241681
def server=(val)
        prop_set('server', val)
end
username() click to toggle source

SCP username

# File lib/palo_alto/config.rb, line 241693
def username
        prop_get('username')
end
username=(val) click to toggle source

SCP username

# File lib/palo_alto/config.rb, line 241697
def username=(val)
        prop_set('username', val)
end