class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 329093
def _section
        :'v2c'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 329090
def has_multiple_values?
        false
end
server() click to toggle source
# File lib/palo_alto/config.rb, line 329154
def server
        if @create_children
                @subclasses['server'] ||= Server.new(parent_instance: self, create_children: @create_children)
        else
                Server.new(parent_instance: self)
        end
end