LTConfig::Field::get_type_information

Introduced : BIG-IP_v9.4.2
Gets type information for one or more loosely-typed configuration fields for the specified classes. (This is not to be confused with type; type information gives information relevant to the processing of a basic type, for example, type int might have type information specifying min and max value).

Prototype

String [] [] get_type_information(
    in String [] class_names,
    in String [] [] field_names
);

Parameters

Parameter Type Description
class_names String [] The classes containing the fields of interest.
field_names String [] [] A list of (list of) fields for which to get type information, with one list for each class specified, each with one entry for each field requested.

Return Type

Type Description
String [] [] A list of (list of) type information, with one list for each class specified, each with one entry for each field specified.

Exceptions

Exception Description
Common::AccessDenied Raised if the client credentials are not valid.
Common::InvalidArgument Raised if one of the arguments is invalid.
Common::OperationFailed Raised if an operation error occurs.

See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.