SoftLayer Network Subnet::createSwipTransaction
From SoftLayer Development Network Wiki
createSwipTransaction is a member of the SoftLayer_Network_Subnet service.
Contents |
Overview
This function is used to create a new SoftLayer SWIP transaction to register your RWHOIS data with ARIN. SWIP transactions can only be initiated on subnets that contain more than 8 IP addresses.
Return Type
createSwipTransaction returns the boolean data type.
Headers
Required Headers
createSwipTransaction requires the following headers:
Error Handling
createSwipTransaction throws the following exceptions:
- SoftLayer_Exception_PrivateSubnet
- Exception thrown if a SWIP is attempted on a private network subnet.
- SoftLayer_Exception_SubnetTooSmall
- Exception thrown if a SWIP is attempted on a subnet smaller than 8 IP addresses.
- SoftLayer_Exception_PreexistingTransaction
- Exception thrown if a SWIP is attempted on a subnet that already has a SWIP transaction in progress.

