editAddressTranslation


SoftLayer_Network_Tunnel_Module_Context::editAddressTranslation

Edit an address translation for a network tunnel

Description

Edit name, source (SoftLayer IP) ip address and/or destination (Customer IP) ip address for an existing address translation for a network tunnel.

Address translations deliver packets to a destination ip address that is on a customer (remote) subnet.

NOTE: A network tunnel’s configurations must be applied to the network device in order for an address translation to be created.


Parameters

Name Type Description
translation SoftLayer_Network_Tunnel_Module_Context_Address_Translation The address translation to edit for an IPSec network tunnel.

Required Headers

Optional Headers

Return Values

Associated Methods

curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Network_Tunnel_Module_Context_Address_Translation]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Tunnel_Module_Context/{SoftLayer_Network_Tunnel_Module_ContextID}/editAddressTranslation'