class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::LogSettings__11::Snmptrap::Entry::Version::V2c
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 222490 def _section :'v2c' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 222487 def has_multiple_values? false end
server()
click to toggle source
# File lib/palo_alto/config.rb, line 222551 def server if @create_children @subclasses['server'] ||= Server.new(parent_instance: self, create_children: @create_children) else Server.new(parent_instance: self) end end