class PaloAlto::XML::Config::Devices::Entry::LogCollectorGroup::Entry::LogSettings::Snmptrap::Entry::Version::V3
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 355872 def _section :'v3' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 355869 def has_multiple_values? false end
server()
click to toggle source
# File lib/palo_alto/config.rb, line 355976 def server if @create_children @subclasses['server'] ||= Server.new(parent_instance: self, create_children: @create_children) else Server.new(parent_instance: self) end end