addServiceSubnetToNetworkTunnel


SoftLayer_Network_Tunnel_Module_Context::addServiceSubnetToNetworkTunnel

Associate a service subnet to a network tunnel.

Description

Associates a service subnet to the network tunnel. When a service subnet is associated, a network tunnel will allow the customer (remote) network to communicate with the private and service subnets on the SoftLayer network which are on the other end of this network tunnel. Service subnets provide access to SoftLayer services such as the customer management portal and the SoftLayer API.

NOTE: A network tunnel’s configurations must be applied to the network device in order for the association described above to take effect.


Parameters

Name Type Description
subnetId int The internal identifier of the SoftLayer service subnet to add.

Required Headers

Optional Headers

  • None

Return Values

  • boolean

Associated Methods

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