Infoblox::Grid::ExtensibleAttributeDef::ListValue - Extensible Attribute Definition List Value object.
The Extensible Attribute Definition List Value object is used to store values for an extensible attribute object defined as the "list" type.
my $ext_attr_def = Infoblox::Grid::ExtensibleAttributeDef::ListValue->new( value => $string, #Required );
This section describes all the methods that you can use to set and retrieve the values of an Extensible Attribute Definition List Value object.
Use this method to set or retrieve the value.
Include the specified parameter to set the attribute value. Omit the parameter to retrieve the attribute value.
Parameter is a 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 value my $value = $ext_attr_def_value->value(); #Modify value $ext_attr_def_value->value($value);
Infoblox Inc. http://www.infoblox.com/
Infoblox::Grid::ExtensibleAttributeDef
Copyright (c) 2017 Infoblox Inc.