Networking::iSessionLocalInterface

Introduced : BIG-IP_v9.0
The iSession Local interface enables you to work with the definitions and attributes contained in a device&aposs WAN Optimization Module local endpoint object. This interface includes an object key which is a Common::ULong value. This value is meaningless in itself, and since only one local endpoint can exist, it is of no real use. Its value is ignored in all methods in this interface.

Methods

Method Description Introduced
create Creates a local endpoint. Note that only one local endpoint can exist at any time, and thus only one value should be set in the given arrays. BIG-IP_v10.0.0
delete_local Deletes the local endpoint. BIG-IP_v10.0.0
get_UUID Gets the UUID for the local endpoint. BIG-IP_v10.0.0
get_allow_nat Gets the allow NAT state of the local endpoint. BIG-IP_v10.0.0
get_description Gets the descriptions for the local endpoint. BIG-IP_v11.0.0
get_enabled_state Gets the enabled state of the local endpoint. BIG-IP_v10.0.0
get_internal_forwarding_state Gets the internal forwarding state of the local endpoint. BIG-IP_v11.6.0
get_ip_list Gets the local IP addresses assigned to the local endpoint. BIG-IP_v10.0.0
get_list Gets a list of the local endpoints. BIG-IP_v10.0.0
get_management_address Gets the management address for the local endpoint. BIG-IP_v10.0.0
get_nat_source_address Gets the NAT source address type of the local endpoint. BIG-IP_v10.0.0
get_serverssl Gets the server SSL profile used for encrypting traffic by the local endpoint. BIG-IP_v10.0.0
get_tunnel_port Gets the local service number in the local endpoint. BIG-IP_v10.0.0
get_version Gets the version information for this interface. BIG-IP_v10.0.0
set_allow_nat Sets the allow NAT state for the local endpoint. BIG-IP_v10.0.0
set_description Sets the description for the local endpoint. This is an arbitrary field which can be used for any purpose. BIG-IP_v11.0.0
set_enabled_state Sets the enabled state for the local endpoint. BIG-IP_v10.0.0
set_internal_forwarding_state Sets the internal forwarding state of the local endpoint. The internal forwarding state of local endpoint and the internal forwarding state of remote endpoint, controls the forwarding of internal data traffic to remote endpoints. BIG-IP_v11.6.0
set_ip_list Sets the local IP addresses in the local endpoint. Note that currently only one local IP address is allowed. BIG-IP_v11.0.0
set_management_address Sets the management address for the local endpoint. Note that this method does nothing, as the management address is automatically assigned and cannot be changed. BIG-IP_v10.0.0
set_nat_source_address Sets the NAT source address type for the local endpoint. BIG-IP_v10.0.0
set_serverssl Sets the server SSL profile used for encrypting traffic for the local endpoint. BIG-IP_v10.0.0
set_tunnel_port Sets the local service number in the local endpoint. BIG-IP_v10.0.0

Structures

Structure Description

Enumerations

Enumeration Description
NatSourceAddress An enumeration of NAT address states.

Exceptions

Exception Description

Constants

Constant Type Value Description

Aliases

Alias Type Description
NatSourceAddressSequence NatSourceAddress [] A sequence of NatSourceAddress states.

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.