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

Public Instance Methods

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

Contact information

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

Contact information

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

System location

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

System location

# File lib/palo_alto/config.rb, line 261981
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 261993
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 261997
def send_event_specific_traps=(val)
        prop_set('send-event-specific-traps', val)
end