Management::DBVariable

Introduced : BIG-IP_v9.0
The DBVariable interface exposes methods that enable you to work directly with our internal database that contains configuration variables using name/value pairs.

Methods

Method Description Introduced
create Creates the specified variables in the database. BIG-IP_v9.0
delete_variable Deletes the variables referenced from the database. BIG-IP_v9.0
get_list Retrieves the values of all variables defined in the database. This list can potentially be huge. BIG-IP_v9.0
get_version Gets the version information for this interface. BIG-IP_v9.0
is_variable_available Verifies the existence of the specified variables in the database. BIG-IP_v9.0
modify Modifies the specified variables in the database. BIG-IP_v9.0
query Queries the values of the specified variables. BIG-IP_v9.0
reset Resets the specified variables to their default values. BIG-IP_v10.1.0

Structures

Structure

Description

VariableNameValue

A struct that describes the name and value of a database variable.


Enumerations

Enumeration Description

Exceptions

Exception Description

Constants

Constant Type Value Description

Aliases

Alias Type Description
VariableNameValueSequence VariableNameValue [] A sequence of VariableNameValue structures.

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.