SoftLayer Account Attribute Type
From SoftLayer Development Network Wiki
Contents |
Overview
SoftLayer_Account_Attribute_Type models the type of attribute that can be assigned to a SoftLayer customer 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
description
A brief description of a SoftLayer account attribute type.
- Type: string
- Length: 200 characters
id
A SoftLayer account attribute type's internal identifier.
- Type: integer
keyName
A SoftLayer account attribute type's key name. This is typically a shorter version of an attribute type's name.
- Type: string
- Length: 50 characters
name
A SoftLayer account attribute type's name.
- Type: string
- Length: 100 characters

