Infoblox::Grid::SNMP::IPAMTrap - IPAM Utilization SNMP Trap object.


NAME

Infoblox::Grid::SNMP::IPAMTrap - IPAM Utilization SNMP Trap object.


DESCRIPTION

The object provides information about the IPAM utilization SNMP trap.


CONSTRUCTOR

 my $obj = Infoblox::Grid::SNMP::IPAMTrap->new(
    'enable_email_warnings' => 'true' | 'false',     # optional
    'enable_snmp_warnings'  => 'true' | 'false',     # optional
 );


METHODS

This section describes all the methods that can be used to retrieve the attribute values of an object.

enable_email_warnings( )

Use this method to enable or disable email notifications.

Returns

Specify 'true' to enable email notifications or 'false' to disable it. The default value is 'true'.

Parameter

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.

Example
 #Get attrubute value
 my $value = $obj->enable_email_warnings();
 #Set attribute value
 $obj->enable_email_warnings('true');

enable_snmp_warnings( )

Use this method to enable or disable SNMP notifications.

Returns

Specify 'true' to enable SNMP notifications or 'false' to disable it. The default value is 'true'.

Parameter

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.

Example
 #Get attrubute value
 my $value = $obj->enable_snmp_warnings();
 #Set attribute value
 $obj->enable_snmp_warnings('true');


AUTHOR

Infoblox Inc. http://www.infoblox.com/


COPYRIGHT

Copyright (c) 2017 Infoblox Inc.