LocalLB::ProfileTrafficAcceleration¶
Methods¶
Method | Description | Introduced |
create | Creates the specified profiles. | BIG-IP_v13.0.0 |
delete_all_profiles | Deletes all Traffic Acceleration profiles. | BIG-IP_v13.0.0 |
delete_profile | Deletes the specified profiles. | BIG-IP_v13.0.0 |
get_all_statistics | Gets the statistics for all Traffic Acceleration profiles. | BIG-IP_v13.0.0 |
get_default_profile | Gets the names of the default profiles from which the specified profiles will derive default values for its attributes. | BIG-IP_v13.0.0 |
get_description | Gets the descriptions for the specified profiles. | BIG-IP_v13.0.0 |
get_idle_timeout | Gets the idle timeouts for the specified profiles. | BIG-IP_v13.0.0 |
get_list | Gets a list of all Traffic Acceleration profiles. | BIG-IP_v13.0.0 |
get_statistics | Gets the statistics for the specified profiles. | BIG-IP_v13.0.0 |
get_statistics_by_virtual | Gets the statistics for the specified profiles, by virtual server. | BIG-IP_v13.0.0 |
get_tcp_handshake_timeout | Gets the TCP handshake timeouts for the specified profiles. | BIG-IP_v13.0.0 |
get_time_wait_timeout | Gets the time wait timeouts for the specified profiles. | BIG-IP_v13.0.0 |
get_version | Gets the version information for this interface. | BIG-IP_v13.0.0 |
is_base_profile | Determines whether the specified profiles are base profiles. A base profile sits at the base of the profile&aposs inheritance tree, supplying the defaults for every profile derived from it. (See also is_system_profile). | BIG-IP_v13.0.0 |
is_system_profile | Determines whether the specified profiles are system profiles. A system profile is a profile pre-configured on the system, ready for use. Non-system profiles are profiles created or modified by a user. Note that if a system profile is modified, it is no longer considered a system profile. (See also is_base_profile). | BIG-IP_v13.0.0 |
reset_statistics | Resets the statistics for the specified profiles. | BIG-IP_v13.0.0 |
reset_statistics_by_virtual | Resets the statistics for the specified profiles, for specified virtual servers. | BIG-IP_v13.0.0 |
set_default_profile | Sets the names of the default profiles from which the specified profiles will derive default values for attributes. | BIG-IP_v13.0.0 |
set_description | Sets the description for the specified profiles. This is an arbitrary field which can be used for any purpose. | BIG-IP_v13.0.0 |
set_idle_timeout | Sets the idle timeouts for the specified profiles. The idle timeout specifies the number of milliseconds that a connection is idle before the connection is eligible for deletion. The default is five minutes or 300000 milliseconds. A value of 0 implies an indefinite timeout, so an idle connection will not be deleted. Maximum idle timeout is 2147483647 (0x7FFFFFFF) milliseconds. | BIG-IP_v13.0.0 |
set_tcp_handshake_timeout | Sets the TCP handshake timeouts for the specified profiles. The TCP handshake timeout specifies the number of milliseconds without traffic before a connection in the SYN received state is eligible for deletion. The default is 5000 milliseconds (5 seconds). A value of 0 specifies an indefinite timeout, so a connection is not deleted for being idle while in the SYN received state. The maximum is 65535 milliseconds (65.535 seconds). | BIG-IP_v13.0.0 |
set_time_wait_timeout | Sets the time wait timeouts for the specified profiles. The time wait timeout specifies the number of milliseconds that a connection is in the TIME-WAIT state before closing. The maximum value is 65535 milliseconds (65.535 seconds). The default is 2000 milliseconds (2 seconds). A value of 0 implies an indefinite timeout, so a connection will not be deleted for being in the TIME-WAIT state. | BIG-IP_v13.0.0 |
Structures¶
Structure
Description
TrafficAccelerationProfileStatisticEntry
A struct that describes statistics for a particular profile.
TrafficAccelerationProfileStatistics
A struct that describes Traffic Acceleration profile statistics and timestamp.
Aliases¶
Alias | Type | Description |
TrafficAccelerationProfileStatisticEntrySequence | TrafficAccelerationProfileStatisticEntry [] | A sequence of Traffic Acceleration profile statistics. |
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.