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

Public Instance Methods

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

alphanumeric string

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

SCP Password

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

SCP Password

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

SCP port

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

SCP port

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

SCP hostname

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

SCP hostname

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

SCP username

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

SCP username

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