class PaloAlto::XML::Config::Devices::Entry::LogCollectorGroup::Entry::LogSettings::Snmptrap::Entry::Version::V2c::Server::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 355811
def _section
        :'entry'
end
community() click to toggle source
# File lib/palo_alto/config.rb, line 355841
def community
        prop_get('community')
end
community=(val) click to toggle source
# File lib/palo_alto/config.rb, line 355844
def community=(val)
        prop_set('community', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 355808
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 355834
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 355838
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 355830
def name
        prop_get('@name')
end