Infoblox::Grid::SNMP::IPAMTrap - IPAM Utilization SNMP Trap object.
The object provides information about the IPAM utilization SNMP trap.
my $obj = Infoblox::Grid::SNMP::IPAMTrap->new( 'enable_email_warnings' => 'true' | 'false', # optional 'enable_snmp_warnings' => 'true' | 'false', # optional );
This section describes all the methods that can be used to retrieve the attribute values of an object.
Use this method to enable or disable email notifications.
Specify 'true' to enable email notifications or 'false' to disable it. The default value is 'true'.
If you specified a parameter, the method returns true when the modification succeeds, and returns false when the operation fails.
If you did not specify a parameter, the method returns the attribute value.
#Get attrubute value my $value = $obj->enable_email_warnings(); #Set attribute value $obj->enable_email_warnings('true');
Use this method to enable or disable SNMP notifications.
Specify 'true' to enable SNMP notifications or 'false' to disable it. The default value is 'true'.
If you specified a parameter, the method returns true when the modification succeeds, and returns false when the operation fails.
If you did not specify a parameter, the method returns the attribute value.
#Get attrubute value my $value = $obj->enable_snmp_warnings(); #Set attribute value $obj->enable_snmp_warnings('true');
Infoblox Inc. http://www.infoblox.com/
Copyright (c) 2017 Infoblox Inc.