LTConfig¶
Interfaces¶
Interface | Description |
Class | The Class interface enables you to manage classes and class instances in the Loosely-Typed Configuration system. |
Field | The Field interface enables you to manage fields and field instances in the Loosely-Typed Configuration system. |
Structures¶
Structure
Description
A class instance key specifies fully a class instance. The model is: the loosely-typed configuration system has as meta-data classes and fields. A class contains a number of fields; that is a structural description of data. To complete the model, an instance of a class contains data values. (More accurately, class instances contain data values by containing field instances). The members of this structure can be read: “name” is an instance of class “class_name” inside object “container”.
Aliases¶
Alias | Type | Description |
ClassInstanceKeySequence | ClassInstanceKey [] | A sequence of InstanceKeys. |
ClassInstanceKeySequenceSequence | ClassInstanceKey [] [] | A sequence of sequence of InstanceKeys. |
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.