class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::UserIdCollector::ServerMonitor::Entry::EDirectory
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 336923 def _section :'e-directory' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 336920 def has_multiple_values? false end
server_profile()
click to toggle source
LDAP server object
# File lib/palo_alto/config.rb, line 336937 def server_profile prop_get('server-profile') end
server_profile=(val)
click to toggle source
LDAP server object
# File lib/palo_alto/config.rb, line 336941 def server_profile=(val) prop_set('server-profile', val) end