class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry::ClientlessVpn::ProxyServerSetting::Entry::ProxyServer

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 232828
def _section
        :'proxy-server'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 232825
def has_multiple_values?
        false
end
password() click to toggle source

Proxy password to use

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

Proxy password to use

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

Port for proxy server

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

Port for proxy server

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

Proxy server to use

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

Proxy server to use

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

Proxy user name to use

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

Proxy user name to use

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