class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::LogSettings__11::Snmptrap::Entry::Version::V2c::Server::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 329107
def _section
        :'entry'
end
community() click to toggle source
# File lib/palo_alto/config.rb, line 329139
def community
        prop_get('community')
end
community=(val) click to toggle source
# File lib/palo_alto/config.rb, line 329142
def community=(val)
        prop_set('community', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 329104
def has_multiple_values?
        false
end
manager() click to toggle source

IP address or FQDN of SNMP manager to use

# File lib/palo_alto/config.rb, line 329132
def manager
        prop_get('manager')
end
manager=(val) click to toggle source

IP address or FQDN of SNMP manager to use

# File lib/palo_alto/config.rb, line 329136
def manager=(val)
        prop_set('manager', val)
end
name() click to toggle source

alphanumeric string [ 0-9a-zA-Z._-]

# File lib/palo_alto/config.rb, line 329128
def name
        prop_get('@name')
end