LocalLB::MessageRoutingTransportConfig¶
Introduced : BIG-IP_v11.6.0
The MessageRoutingTransportConfig interface enables you to work with
the definitions contained in a message routing transport_config. The
transport_config is used by the message router to create an outgoing
connection.
Methods¶
Method | Description | Introduced |
add_profile | Adds the specified profiles to the specified transport configs. | BIG-IP_v11.6.0 |
create | Creates the specified transport configs. | BIG-IP_v11.6.0 |
delete_all_transport_configs | Deletes all transport configs. | BIG-IP_v11.6.0 |
delete_transport_config | Deletes the specified list of transport configs. | BIG-IP_v11.6.0 |
get_description | Gets the descriptions for a set of transport configs. | BIG-IP_v11.6.0 |
get_list | Gets a list of all transport configs. | BIG-IP_v11.6.0 |
get_profile | Gets the list of profiles for the specified transport configs. | BIG-IP_v11.6.0 |
get_protocol | Gets the message routing protocol which was set for the specified transport configs upon creation. See LocalLB::MessageRoutingProtocol for more details. | BIG-IP_v11.6.0 |
get_rule | Gets the list of rules for the specified transport configs. The rules will be invoked in the order listed. | BIG-IP_v11.6.0 |
get_source_address_translation_pool | Gets the Source Address Translation pool for the specified transport config. | BIG-IP_v11.6.0 |
get_source_address_translation_type | Gets the source address translation type for the specified transport config. | BIG-IP_v11.6.0 |
get_source_port | Gets the source port to be used for the connection being created. | BIG-IP_v11.6.0 |
get_version | Get the version information for this interface. | BIG-IP_v11.6.0 |
remove_all_profiles | Removes all profiles from the specified transport configs. | BIG-IP_v11.6.0 |
remove_profile | Removes the specified profiles from the specified transport configs. | BIG-IP_v11.6.0 |
replace_rule | Replace the rule list associated with the specified transport configs with the specified list of rules. The rules will be invoked in the order listed. See LocalLB::Rule for more information about iRules. | BIG-IP_v11.6.0 |
set_description | Sets the description for a set of transport configs. This is an arbitrary field which can be used for any purpose. | BIG-IP_v11.6.0 |
set_source_address_translation_pool | Sets the Source Address Translation pool for the specified transport config. | BIG-IP_v11.6.0 |
set_source_address_translation_type | Sets the source address translation type for the specified transport config. | BIG-IP_v11.6.0 |
set_source_port | Sets the source port to be used for the connection being created. | BIG-IP_v11.6.0 |
Structures¶
Structure
Description
A struct that describes the transport config profiles and their types. See LocalLB::ProfileType for more details.
Enumerations¶
Enumeration | Description |
SourceAddressTranslationType | A list of source address translation types used for selective and intelligent source address translation implemented by a transport config. |
Aliases¶
Alias | Type | Description |
SourceAddressTranslationTypeSequence | SourceAddressTranslationType [] | A sequence of transport config source address translation types. |
SourceAddressTranslationTypeSequenceSequence | SourceAddressTranslationType [] [] | A sequence of sequence of transport config source address translation types. |
TransportConfigProfileSequence | TransportConfigProfile [] | A sequence of transport config profiles. |
TransportConfigProfileSequenceSequence | TransportConfigProfile [] [] | A sequence of sequence of transport config profiles. |
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.