createAddressTranslations


SoftLayer_Network_Tunnel_Module_Context::createAddressTranslations

Create address translations for a network tunnel

Description

This has the same functionality as the SoftLayer_Network_Tunnel_Module_Context::createAddressTranslation. However, it allows multiple translations to be passed in for creation.

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


Parameters

Name Type Description
translations SoftLayer_Network_Tunnel_Module_Context_Address_Translation[] The address translations to create 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}/createAddressTranslations'