LTConfig

Introduced : BIG-IP_v9.4.2
The LTConfig module contains interfaces necessary to access configuration items that are managed by the loosely-typed configuration system. Such items include configuration parameters that historically were managed by hand access to files in the file system, or were manageable through iControl by having it access the filesystem. The LTConfig module allows you to use iControl to access a centralized database of information in a generic and regular way. The system updates daemons and other dependent agents that are affected by changed configuration parameters automatically (e.g., after a “set_values” method call).

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

ClassInstanceKey

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”.


Enumerations

Enumeration Description

Exceptions

Exception Description

Constants

Constant Type Value Description

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.