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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 318212
def _section
        :'entry'
end
authpwd() click to toggle source

Authentication Protocol Password

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

Authentication Protocol Password

# File lib/palo_alto/config.rb, line 318284
def authpwd=(val)
        prop_set('authpwd', val)
end
engineid() click to toggle source

A hex number (min 5 - max 64 bytes)

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

A hex number (min 5 - max 64 bytes)

# File lib/palo_alto/config.rb, line 318276
def engineid=(val)
        prop_set('engineid', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 318209
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 318258
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 318262
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 318254
def name
        prop_get('@name')
end
privpwd() click to toggle source

Privacy Protocol Password

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

Privacy Protocol Password

# File lib/palo_alto/config.rb, line 318292
def privpwd=(val)
        prop_set('privpwd', val)
end
user() click to toggle source
# File lib/palo_alto/config.rb, line 318265
def user
        prop_get('user')
end
user=(val) click to toggle source
# File lib/palo_alto/config.rb, line 318268
def user=(val)
        prop_set('user', val)
end