System::LightweightTunnelTableFile¶
Introduced : BIG-IP_v12.1.0
The LightweightTunnelTableFile interface enables you to manipulate
Lightweight tunnel file objects. The LightweightTunnelTableFile
interface provides the ability to load an external file into
lightweight tunnel table that can be accessed by
LightWeight4Over6Tunnel profile. These files are intimately tied into
the configuration, such that any change to the file itself is treated
as a change to the configuration. Such files are also integrated into
a file cache for more complete control.
Methods¶
Method | Description | Introduced |
create | Creates a set of lightweight tunnel table file objects. Once the file is imported into the file cache, it is deleted. | BIG-IP_v12.1.0 |
delete_all_lightweight_tunnel_table_files | Deletes all lightweight tunnel table file objects. | BIG-IP_v12.1.0 |
delete_lightweight_tunnel_table_file | Deletes a set of lightweight tunnel table file objects. | BIG-IP_v12.1.0 |
get_checksum | Gets the checksum for a list of lightweight tunnel table file objects. | BIG-IP_v12.1.0 |
get_creation_time | Gets the creation time for a list of lightweight tunnel table file objects. | BIG-IP_v12.1.0 |
get_creator | Gets the creator (the user who created the lightweight tunnel table file object) for a list of lightweight tunnel table file objects. | BIG-IP_v12.1.0 |
get_list | Gets the identifiers of all lightweight tunnel table file objects. | BIG-IP_v12.1.0 |
get_mode | Gets the bit field holding the file type and permissions, as in the Unix “stat” information for a set of lightweight tunnel table file objects. | BIG-IP_v12.1.0 |
get_modification_time | Gets the modification time for a list of lightweight tunnel table file objects. | BIG-IP_v12.1.0 |
get_modifier | Gets the name of the user who last modified the file for a set of lightweight tunnel table file objects. | BIG-IP_v12.1.0 |
get_revision | Gets the revision for the lightweight tunnel table file objects. The revision is incremented every time the file path changes. (Changing the file path reloads the file into the system.) | BIG-IP_v12.1.0 |
get_size | Gets the size of the lightweight tunnel table file objects. | BIG-IP_v12.1.0 |
get_source_path | Gets the source path of the lightweight tunnel table file objects. | BIG-IP_v12.1.0 |
get_system_path | Gets the full path to the system files that exist outside the file cache for a set of lightweight tunnel table file objects. The cached file is simply a soft link to this file. | BIG-IP_v12.1.0 |
get_version | Gets the version information for this interface. | BIG-IP_v12.1.0 |
See Also¶
iControl ::
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.