class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::SharedGateway::Entry::LogSettings::Snmptrap::Entry::Version::V2c
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 318121 def _section :'v2c' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 318118 def has_multiple_values? false end
server()
click to toggle source
# File lib/palo_alto/config.rb, line 318182 def server if @create_children @subclasses['server'] ||= Server.new(parent_instance: self, create_children: @create_children) else Server.new(parent_instance: self) end end