class PaloAlto::XML::Config::Devices::Entry::Template::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 230318
def _section
        :'e-directory'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 230315
def has_multiple_values?
        false
end
server_profile() click to toggle source

LDAP server object

# File lib/palo_alto/config.rb, line 230332
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 230336
def server_profile=(val)
        prop_set('server-profile', val)
end