class PaloAlto::XML::Config::Panorama::LogSettings::Snmptrap::Entry::Version::V2c

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 10690
def _section
        :'v2c'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 10687
def has_multiple_values?
        false
end
server() click to toggle source
# File lib/palo_alto/config.rb, line 10749
def server
        if @create_children
                @subclasses['server'] ||= Server.new(parent_instance: self, create_children: @create_children)
        else
                Server.new(parent_instance: self)
        end
end