removeCustomerSubnetFromNetworkTunnel


SoftLayer_Network_Tunnel_Module_Context::removeCustomerSubnetFromNetworkTunnel

Disassociate a customer (remote) subnet from a network tunnel

Description

Disassociate a customer subnet (remote) from a network tunnel. When a remote subnet is disassociated, that subnet will not able to communicate with private and service subnets on the SoftLayer network.

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


Parameters

Name Type Description
subnetId int The internal identifier of the customer subnet (remote) to remove.

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}/removeCustomerSubnetFromNetworkTunnel'