Infoblox::Grid::ExtensibleAttributeDef::ListValue - Extensible Attribute Definition List Value object.


NAME

Infoblox::Grid::ExtensibleAttributeDef::ListValue - Extensible Attribute Definition List Value object.


DESCRIPTION

The Extensible Attribute Definition List Value object is used to store values for an extensible attribute object defined as the "list" type.


CONSTRUCTOR

 my $ext_attr_def = Infoblox::Grid::ExtensibleAttributeDef::ListValue->new(
     value                => $string,                                                             #Required
 );


METHODS

This section describes all the methods that you can use to set and retrieve the values of an Extensible Attribute Definition List Value object.

value( )

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

Parameter is a string.

Returns

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 value
 my $value = $ext_attr_def_value->value();
 #Modify value
 $ext_attr_def_value->value($value);


AUTHOR

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


SEE ALSO

Infoblox::Grid::ExtensibleAttributeDef


COPYRIGHT

Copyright (c) 2017 Infoblox Inc.