class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::GroupMapping::Entry::CustomGroup::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 229326 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 229323 def has_multiple_values? false end
ldap_filter()
click to toggle source
ldap filter criteria
# File lib/palo_alto/config.rb, line 229347 def ldap_filter prop_get('ldap-filter') end
ldap_filter=(val)
click to toggle source
ldap filter criteria
# File lib/palo_alto/config.rb, line 229351 def ldap_filter=(val) prop_set('ldap-filter', val) end
name()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 229343 def name prop_get('@name') end