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

Public Instance Methods

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

Contact information

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

Contact information

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

System location

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

System location

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