class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Shared::ServerProfile::Ldap::Entry::Server::Entry

Public Instance Methods

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

ldap server ip or host name.

# File lib/palo_alto/config.rb, line 134576
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 134580
def address=(val)
        prop_set('address', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 134536
def has_multiple_values?
        false
end
name() click to toggle source

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

# File lib/palo_alto/config.rb, line 134572
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 134584
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 134588
def port=(val)
        prop_set('port', val)
end