class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Shared::ServerProfile::Ldap::Entry

Public Instance Methods

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

Can only be used for administrative purposes

# File lib/palo_alto/config.rb, line 241177
def admin_use_only
        prop_get('admin-use-only')
end
admin_use_only=(val) click to toggle source

Can only be used for administrative purposes

# File lib/palo_alto/config.rb, line 241181
def admin_use_only=(val)
        prop_set('admin-use-only', val)
end
base() click to toggle source

Default base distinguished name (DN) to use for searches

# File lib/palo_alto/config.rb, line 241211
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 241215
def base=(val)
        prop_set('base', val)
end
bind_dn() click to toggle source

bind distinguished name

# File lib/palo_alto/config.rb, line 241219
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 241223
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 241227
def bind_password
        prop_get('bind-password')
end
bind_password=(val) click to toggle source

bind password

# File lib/palo_alto/config.rb, line 241231
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 241243
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 241247
def bind_timelimit=(val)
        prop_set('bind-timelimit', val)
end
disabled() click to toggle source
# File lib/palo_alto/config.rb, line 241204
def disabled
        prop_get('disabled')
end
disabled=(val) click to toggle source
# File lib/palo_alto/config.rb, line 241207
def disabled=(val)
        prop_set('disabled', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 241008
def has_multiple_values?
        false
end
ldap_type() click to toggle source
# File lib/palo_alto/config.rb, line 241184
def ldap_type
        prop_get('ldap-type')
end
ldap_type=(val) click to toggle source
# File lib/palo_alto/config.rb, line 241187
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 241173
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 241251
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 241255
def retry_interval=(val)
        prop_set('retry-interval', val)
end
server() click to toggle source
# File lib/palo_alto/config.rb, line 241086
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 241190
def ssl
        prop_get('ssl')
end
ssl=(val) click to toggle source
# File lib/palo_alto/config.rb, line 241193
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 241235
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 241239
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 241197
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 241201
def verify_server_certificate=(val)
        prop_set('verify-server-certificate', val)
end