class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Shared::GlobalProtect__1::ClientlessAppGroup
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 133417 def _section :'clientless-app-group' end
entries()
click to toggle source
# File lib/palo_alto/config.rb, line 133465 def entries return @subclasses['entry'] end
entry(*args, &block)
click to toggle source
# File lib/palo_alto/config.rb, line 133468 def entry(*args, &block) array_class_setter(*args, klass: Entry, section: 'entry', &block) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 133414 def has_multiple_values? true end