appliance techpreview monitoring snmp: SNMP limits

SNMP_limits structure Structure that provides various limits of the SNMP agent.

Representations:

{
    "max_buffer_size"1,
    "max_communities"1,
    "max_community_length"1,
    "max_destinations_v3"1,
    "max_notification_filters"1,
    "max_trap_destinations_v1"1
}
<?xml version="1.0" ?>
<ns0:SNMPLimits xmlns:ns0="http://vmware.com/appliance/techpreview/monitoring/snmp" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <max_communities>1</max_communities>
  <max_trap_destinations_v1>1</max_trap_destinations_v1>
  <max_notification_filters>1</max_notification_filters>
  <max_destinations_v3>1</max_destinations_v3>
  <max_community_length>1</max_community_length>
  <max_buffer_size>1</max_buffer_size>
</ns0:SNMPLimits>

Attributes:

Name Type Description
Required
max_communities long Set up maximum communities limit

max_trap_destinations_v1 long Set up max trap destinations limit

max_destinations_v3 long Set up max destinations limit

max_notification_filters long Set up max notification Filters

max_community_length long Set up max community length

max_buffer_size long Set up max buffer size