class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::System::SnmpSetting::SnmpSystem

Public Instance Methods

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

Contact information

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

Contact information

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

System location

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

System location

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

Use Event-specific Trap Definitions

# File lib/palo_alto/config.rb, line 77030
def send_event_specific_traps
        prop_get('send-event-specific-traps')
end
send_event_specific_traps=(val) click to toggle source

Use Event-specific Trap Definitions

# File lib/palo_alto/config.rb, line 77034
def send_event_specific_traps=(val)
        prop_set('send-event-specific-traps', val)
end