class PaloAlto::XML::Config::Devices::Entry::LogCollectorGroup::Entry::LogSettings::Globalprotect::MatchList
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 350726 def _section :'match-list' end
entries()
click to toggle source
# File lib/palo_alto/config.rb, line 351084 def entries return @subclasses['entry'] end
entry(*args, &block)
click to toggle source
# File lib/palo_alto/config.rb, line 351087 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 350723 def has_multiple_values? true end