SoftLayer Network ContentDelivery Authentication Address::createObject
From SoftLayer Development Network Wiki
createObject is a member of the SoftLayer_Network_ContentDelivery_Authentication_Address service.
Contents |
Overview
This method creates an authentication IP record. Required parameters are
- cdnAccountId - A CDN account id that belongs to your SoftLayer Account
- ipAddress - An IP address or a IP range
- accessType- It can be "ALLOW" or "DENY"
Return Type
createObject returns the SoftLayer_Network_ContentDelivery_Authentication_Address data type.
Headers
Required Headers
createObject requires the following headers:
Parameters
createObject takes the following parameters:
templateObject
The SoftLayer_Network_ContentDelivery_Authentication_Address object that you wish to create.

