class PaloAlto::XML::Config::Devices::Entry::LogCollectorGroup::Entry::MonitoringSetting::SnmpSetting::AccessSetting::Version::V3::Users::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 349266 def _section :'entry' end
authpwd()
click to toggle source
Authentication Protocol Password
# File lib/palo_alto/config.rb, line 349308 def authpwd prop_get('authpwd') end
authpwd=(val)
click to toggle source
Authentication Protocol Password
# File lib/palo_alto/config.rb, line 349312 def authpwd=(val) prop_set('authpwd', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 349263 def has_multiple_values? false end
name()
click to toggle source
User name
# File lib/palo_alto/config.rb, line 349296 def name prop_get('@name') end
privpwd()
click to toggle source
Privacy Protocol Password
# File lib/palo_alto/config.rb, line 349316 def privpwd prop_get('privpwd') end
privpwd=(val)
click to toggle source
Privacy Protocol Password
# File lib/palo_alto/config.rb, line 349320 def privpwd=(val) prop_set('privpwd', val) end
view()
click to toggle source
Snmp View Name
# File lib/palo_alto/config.rb, line 349300 def view prop_get('view') end
view=(val)
click to toggle source
Snmp View Name
# File lib/palo_alto/config.rb, line 349304 def view=(val) prop_set('view', val) end