class PaloAlto::XML::Config::Panorama::ServerProfile::Ldap::Entry

Public Instance Methods

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

bind distinguished name

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

bind password

# File lib/palo_alto/config.rb, line 1482
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 1494
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 1498
def bind_timelimit=(val)
        prop_set('bind-timelimit', val)
end
disabled() click to toggle source
# File lib/palo_alto/config.rb, line 1455
def disabled
        prop_get('disabled')
end
disabled=(val) click to toggle source
# File lib/palo_alto/config.rb, line 1458
def disabled=(val)
        prop_set('disabled', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 1263
def has_multiple_values?
        false
end
ldap_type() click to toggle source
# File lib/palo_alto/config.rb, line 1429
def ldap_type
        prop_get('ldap-type')
end
ldap_type=(val) click to toggle source
# File lib/palo_alto/config.rb, line 1432
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 1426
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 1502
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 1506
def retry_interval=(val)
        prop_set('retry-interval', val)
end
server() click to toggle source
# File lib/palo_alto/config.rb, line 1337
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__4() click to toggle source
# File lib/palo_alto/config.rb, line 1435
def ssl__4
        prop_get('ssl__4')
end
ssl__4=(val) click to toggle source
# File lib/palo_alto/config.rb, line 1438
def ssl__4=(val)
        prop_set('ssl__4', val)
end
ssl__5() click to toggle source
# File lib/palo_alto/config.rb, line 1441
def ssl__5
        prop_get('ssl__5')
end
ssl__5=(val) click to toggle source
# File lib/palo_alto/config.rb, line 1444
def ssl__5=(val)
        prop_set('ssl__5', val)
end
timelimit() click to toggle source

number of seconds to wait for performing searches

# File lib/palo_alto/config.rb, line 1486
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 1490
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 1448
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 1452
def verify_server_certificate=(val)
        prop_set('verify-server-certificate', val)
end