SoftLayer Network ContentDelivery Account (type)
From SoftLayer Development Network Wiki
This page refers to the SoftLayer_Network_ContentDelivery_Account data type. For information on the SoftLayer_Network_ContentDelivery_Account service please see SoftLayer_Network_ContentDelivery_Account.
Contents |
Overview
The SoftLayer_Network_ContentDelivery_Account data type models an individual CDNLayer account CDNLayer accounts contain references to the SoftLayer customer account they belong to, login credentials for upload services, and a CDNLayer account's status. Please contact SoftLayer sales to purchase or cancel a CDNLayer account
| Warning! Even though our API is object based, XML-RPC can only return data as array values. The SOAP implementation treats data as object properties. |
Local Properties
accountId
The internal identifier of the customer account that a CDNLayer account belongs to.
- Type: integer
- Length: 10 digits
createDate
The date that a CDNLayer account was created.
- Type: dateTime
id
A CDNLayer account's internal identifier.
- Type: integer
statusId
The internal identifier of a CDNLayer status
- Type: integer
- Length: 10 digits
Relational Properties
account
The customer account that a CDNLayer account belongs to.
account can be queried by object mask.
account must be a unique value.
- Type: SoftLayer_Account
billingItem
The current billing item for a CDNLayer account.
billingItem can be queried by object mask.
billingItem must be a unique value.
- Type: SoftLayer_Billing_Item
cdnAccountName
The name of a CDNLayer account.
cdnAccountName must be a unique value.
- Type: string
status
A CDNLayer account's status presented in a more detailed data type.
status can be queried by object mask.
status must be a unique value.

