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

Public Instance Methods

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

bind distinguished name

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

bind password

# File lib/palo_alto/config.rb, line 134745
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 134757
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 134761
def bind_timelimit=(val)
        prop_set('bind-timelimit', val)
end
disabled() click to toggle source
# File lib/palo_alto/config.rb, line 134718
def disabled
        prop_get('disabled')
end
disabled=(val) click to toggle source
# File lib/palo_alto/config.rb, line 134721
def disabled=(val)
        prop_set('disabled', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 134522
def has_multiple_values?
        false
end
ldap_type() click to toggle source
# File lib/palo_alto/config.rb, line 134698
def ldap_type
        prop_get('ldap-type')
end
ldap_type=(val) click to toggle source
# File lib/palo_alto/config.rb, line 134701
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 134687
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 134765
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 134769
def retry_interval=(val)
        prop_set('retry-interval', val)
end
server() click to toggle source
# File lib/palo_alto/config.rb, line 134600
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 134704
def ssl
        prop_get('ssl')
end
ssl=(val) click to toggle source
# File lib/palo_alto/config.rb, line 134707
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 134749
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 134753
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 134711
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 134715
def verify_server_certificate=(val)
        prop_set('verify-server-certificate', val)
end