class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::ServerProfile__9::Ldap::Entry::Server::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 219854
def _section
        :'entry'
end
address() click to toggle source

ldap server ip or host name.

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

ldap server ip or host name.

# File lib/palo_alto/config.rb, line 219895
def address=(val)
        prop_set('address', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 219851
def has_multiple_values?
        false
end
name() click to toggle source

alphanumeric string [ 0-9a-zA-Z._-]

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

default 389 for LDAP, 636 for LDAPS

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

default 389 for LDAP, 636 for LDAPS

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