class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 326440 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 326627 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 326631 def base=(val) prop_set('base', val) end
bind_dn()
click to toggle source
bind distinguished name
# File lib/palo_alto/config.rb, line 326635 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 326639 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 326643 def bind_password prop_get('bind-password') end
bind_password=(val)
click to toggle source
bind password
# File lib/palo_alto/config.rb, line 326647 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 326659 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 326663 def bind_timelimit=(val) prop_set('bind-timelimit', val) end
disabled()
click to toggle source
# File lib/palo_alto/config.rb, line 326620 def disabled prop_get('disabled') end
disabled=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 326623 def disabled=(val) prop_set('disabled', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 326437 def has_multiple_values? false end
ldap_type()
click to toggle source
# File lib/palo_alto/config.rb, line 326600 def ldap_type prop_get('ldap-type') end
ldap_type=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 326603 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 326597 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 326667 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 326671 def retry_interval=(val) prop_set('retry-interval', val) end
server()
click to toggle source
# File lib/palo_alto/config.rb, line 326515 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 326606 def ssl prop_get('ssl') end
ssl=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 326609 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 326651 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 326655 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 326613 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 326617 def verify_server_certificate=(val) prop_set('verify-server-certificate', val) end