Infoblox::Grid::SNMP::IPAMThreshold - IPAM Utilization SNMP Threshold object.


NAME

Infoblox::Grid::SNMP::IPAMThreshold - IPAM Utilization SNMP Threshold object.


DESCRIPTION

The object provides information about the IPAM utilization SNMP threshold.


CONSTRUCTOR

 my $obj = Infoblox::Grid::SNMP::IPAMThreshold->new(
    'reset_value'   => $uint,    # optional
    'trigger_value' => $uint,    # optional
 );


METHODS

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

reset_value( )

Use this method to set or retrieve a reset threshold value for the trap.

Returns

Valid value is unsigned integer between 0 and 100 inclusive.

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->reset_value();
 #Set attribute value
 $obj->reset_value(55);

trigger_value( )

Use this method to set or retrieve a trigger threshold value for the trap.

Returns

Valid value is unsigned integer between 0 and 100 inclusive.

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->trigger_value();
 #Set attribute value
 $obj->trigger_value(55);


AUTHOR

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


COPYRIGHT

Copyright (c) 2017 Infoblox Inc.