class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::SharedGateway::Entry::LogSettings::Snmptrap::Entry::Version

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 318114
def _section
        :'version'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 318111
def has_multiple_values?
        true
end
v2c() click to toggle source
# File lib/palo_alto/config.rb, line 318191
def v2c
        @subclasses['v2c'] ||= V2c.new(parent_instance: self, create_children: @create_children)
end
v3() click to toggle source
# File lib/palo_alto/config.rb, line 318313
def v3
        @subclasses['v3'] ||= V3.new(parent_instance: self, create_children: @create_children)
end