createObject


SoftLayer_Network_Customer_Subnet::createObject

Description

For IPSec network tunnels, customers can create their local subnets using this method. After the customer is created successfully, the customer subnet can then be added to the IPSec network tunnel.

Parameters

Name Type Description
templateObject SoftLayer_Network_Customer_Subnet The SoftLayer_Network_Customer_Subnet object that you wish to create.

Required Headers

Optional Headers

Return Values

Associated Methods

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