class PaloAlto::XML::Config::Devices::Entry::LogCollectorGroup::Entry::MonitoringSetting::SnmpSetting::SnmpSystem

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 349055
def _section
        :'snmp-system'
end
contact() click to toggle source

Contact information

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

Contact information

# File lib/palo_alto/config.rb, line 349083
def contact=(val)
        prop_set('contact', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 349052
def has_multiple_values?
        false
end
location() click to toggle source

System location

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

System location

# File lib/palo_alto/config.rb, line 349075
def location=(val)
        prop_set('location', val)
end