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

Public Instance Methods

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

Default base distinguished name (DN) to use for searches

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

Default base distinguished name (DN) to use for searches

# File lib/palo_alto/config.rb, line 220031
def base=(val)
        prop_set('base', val)
end
bind_dn() click to toggle source

bind distinguished name

# File lib/palo_alto/config.rb, line 220035
def bind_dn
        prop_get('bind-dn')
end
bind_dn=(val) click to toggle source

bind distinguished name

# File lib/palo_alto/config.rb, line 220039
def bind_dn=(val)
        prop_set('bind-dn', val)
end
bind_password() click to toggle source

bind password

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

bind password

# File lib/palo_alto/config.rb, line 220047
def bind_password=(val)
        prop_set('bind-password', val)
end
bind_timelimit() click to toggle source

number of seconds to use for connecting to servers

# File lib/palo_alto/config.rb, line 220059
def bind_timelimit
        prop_get('bind-timelimit')
end
bind_timelimit=(val) click to toggle source

number of seconds to use for connecting to servers

# File lib/palo_alto/config.rb, line 220063
def bind_timelimit=(val)
        prop_set('bind-timelimit', val)
end
disabled() click to toggle source
# File lib/palo_alto/config.rb, line 220020
def disabled
        prop_get('disabled')
end
disabled=(val) click to toggle source
# File lib/palo_alto/config.rb, line 220023
def disabled=(val)
        prop_set('disabled', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 219837
def has_multiple_values?
        false
end
ldap_type() click to toggle source
# File lib/palo_alto/config.rb, line 220000
def ldap_type
        prop_get('ldap-type')
end
ldap_type=(val) click to toggle source
# File lib/palo_alto/config.rb, line 220003
def ldap_type=(val)
        prop_set('ldap-type', val)
end
name() click to toggle source

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

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

Interval (seconds) for reconnecting LDAP server

# File lib/palo_alto/config.rb, line 220067
def retry_interval
        prop_get('retry-interval')
end
retry_interval=(val) click to toggle source

Interval (seconds) for reconnecting LDAP server

# File lib/palo_alto/config.rb, line 220071
def retry_interval=(val)
        prop_set('retry-interval', val)
end
server() click to toggle source
# File lib/palo_alto/config.rb, line 219915
def server
        if @create_children
                @subclasses['server'] ||= Server.new(parent_instance: self, create_children: @create_children)
        else
                Server.new(parent_instance: self)
        end
end
ssl() click to toggle source
# File lib/palo_alto/config.rb, line 220006
def ssl
        prop_get('ssl')
end
ssl=(val) click to toggle source
# File lib/palo_alto/config.rb, line 220009
def ssl=(val)
        prop_set('ssl', val)
end
timelimit() click to toggle source

number of seconds to wait for performing searches

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

number of seconds to wait for performing searches

# File lib/palo_alto/config.rb, line 220055
def timelimit=(val)
        prop_set('timelimit', val)
end
verify_server_certificate() click to toggle source

Verify server certificate for SSL sessions

# File lib/palo_alto/config.rb, line 220013
def verify_server_certificate
        prop_get('verify-server-certificate')
end
verify_server_certificate=(val) click to toggle source

Verify server certificate for SSL sessions

# File lib/palo_alto/config.rb, line 220017
def verify_server_certificate=(val)
        prop_set('verify-server-certificate', val)
end