Infoblox::Grid::Discovery::SNMPCredential - SNMPv1 and SNMPv2 credential.
The object provides information about SNMPv1 and SNMPv2 credential.
my $object = Infoblox::Grid::Discovery::SNMPCredential->new( 'comment' => $string, # Optional 'community_string' => $string, # Required );
The object does not support any session methods.
This section describes all the methods that you can use to set or retrieve the attribute values of the object.
Use this method to set or retrieve the comment on SNMPv1 and SNMPv2 user.
The comment in string format.
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 attribute value my $value = $object->comment(); # Modify attribute value $object->comment('comment');
Use this method to set or retrieve the public community string.
The public community string.
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 attribute value my $value = $object->community_string(); # Modify attribute value $object->community_string('string');
Infoblox Inc. http://www.infoblox.com/
Copyright (c) 2017 Infoblox Inc.