class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 339435
def _section
        :'proxy-server'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 339432
def has_multiple_values?
        false
end
password() click to toggle source

Proxy password to use

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

Proxy password to use

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

Port for proxy server

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

Port for proxy server

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

Proxy server to use

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

Proxy server to use

# File lib/palo_alto/config.rb, line 339472
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 339484
def user
        prop_get('user')
end
user=(val) click to toggle source

Proxy user name to use

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