LocalLB::ProfileUDP¶
Introduced : BIG-IP_v9.0
The ProfileUDP interface enables you to manipulate a local load
balancer&aposs UDP profile.
Methods¶
Method | Description | Introduced |
create | Creates the specified UDP profiles. | BIG-IP_v9.0 |
delete_all_profiles | Deletes all UDP profiles. | BIG-IP_v9.0 |
delete_profile | Deletes the specified UDP profiles. | BIG-IP_v9.0 |
get_all_statistics | Gets the statistics for all the profiles. | BIG-IP_v9.0 |
get_allow_no_payload_state | Gets the states that if true, will allow UDP packets with no payload (just the UDP header) to propagate through the system. | BIG-IP_v9.4.0 |
get_datagram_lb_state | Gets the states that if true, will load balance each UDP datagram separately. | BIG-IP_v9.0.2 |
get_default_profile | Gets the names of the default profiles from which the specified profiles will derive default values for its attributes. | BIG-IP_v9.0 |
get_description | Gets the descriptions for a set of UDP profiles. | BIG-IP_v11.0.0 |
get_idle_timeout | Gets the idle timeout for the specified UDP profiles. | BIG-IP_v9.0 |
get_ip_tos_to_client | Gets the client-side IP TOS values for the specified UDP profiles. | BIG-IP_v9.0 |
get_link_qos_to_client | Gets the client-side link QoS values for the specified UDP profiles. | BIG-IP_v9.0 |
get_list | Gets a list of all UDP profiles. | BIG-IP_v9.0 |
get_no_checksum_state | Gets the states that if true, disables checksum processing (note: if the datagram is IPv6, the system always performs checksum processing). | BIG-IP_v10.1.0 |
get_proxy_mss_state | Gets the states that if true, enable proxying of maximum segment size. | BIG-IP_v11.1.0 |
get_statistics | Gets the statistics for the specified profiles. | BIG-IP_v9.0 |
get_statistics_by_virtual | Gets the statistics for the specified profiles, by virtual server. | BIG-IP_v11.0.0 |
get_version | Gets the version information for this interface. | BIG-IP_v9.0 |
is_base_profile | Determines whether the specified UDP 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_v9.0 |
is_system_profile | Determines whether the specified UDP 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_v11.0.0 |
reset_statistics | Resets the statistics for the specified profiles. | BIG-IP_v9.0 |
reset_statistics_by_virtual | Resets the statistics for the specified profiles, for specified virtual servers. | BIG-IP_v11.0.0 |
set_allow_no_payload_state | Sets the states that if true, will allow UDP packets with no payload (just the UDP header) to propagate through the system. | BIG-IP_v9.4.0 |
set_datagram_lb_state | Sets the states that if true, will load balance each UDP datagram separately. | BIG-IP_v9.0.2 |
set_default_profile | Sets the names of the default profiles from which the specified profiles will derive default values for its attributes. | BIG-IP_v9.0 |
set_description | Sets the description for a set of UDP profiles. This is an arbitrary field which can be used for any purpose. | BIG-IP_v11.0.0 |
set_idle_timeout | Sets the idle timeout for the specified UDP profiles. | BIG-IP_v9.0 |
set_ip_tos_to_client | Sets the client-side IP TOS values for the specified UDP profiles. | BIG-IP_v9.0 |
set_link_qos_to_client | Sets the client-side link QoS values for the specified UDP profiles. | BIG-IP_v9.0 |
set_no_checksum_state | Sets the states that if true, disables checksum processing (note: if the datagram is IPv6, the system always performs checksum processing). | BIG-IP_v10.1.0 |
set_proxy_mss_state | Sets the states that if true, enable proxying of maximum segment size. If this is enabled, then the system will advertise the same MSS with the server as it negotiated with the client. | BIG-IP_v11.1.0 |
Structures¶
Structure
Description
A struct that describes statistics for a particular profile.
A struct that describes profile statistics and timestamp.
Aliases¶
Alias | Type | Description |
ProfileUDPStatisticEntrySequence | ProfileUDPStatisticEntry [] | A sequence of ProfileUDP statistics. |
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.