class PaloAlto::XML::Config::Devices::Entry::Template::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 222504 def _section :'entry' end
community()
click to toggle source
# File lib/palo_alto/config.rb, line 222536 def community prop_get('community') end
community=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 222539 def community=(val) prop_set('community', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 222501 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 222529 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 222533 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 222525 def name prop_get('@name') end