Infoblox::Grid::SNMP::IPAMThreshold - IPAM Utilization SNMP Threshold object.
The object provides information about the IPAM utilization SNMP threshold.
my $obj = Infoblox::Grid::SNMP::IPAMThreshold->new( 'reset_value' => $uint, # optional 'trigger_value' => $uint, # optional );
This section describes all the methods that can be used to retrieve the attribute values of an object.
Use this method to set or retrieve a reset threshold value for the trap.
Valid value is unsigned integer between 0 and 100 inclusive.
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->reset_value(); #Set attribute value $obj->reset_value(55);
Use this method to set or retrieve a trigger threshold value for the trap.
Valid value is unsigned integer between 0 and 100 inclusive.
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->trigger_value(); #Set attribute value $obj->trigger_value(55);
Infoblox Inc. http://www.infoblox.com/
Copyright (c) 2017 Infoblox Inc.