SoftLayer_Account_Attribute


SoftLayer_Account_Attribute

Description

Many SoftLayer customer accounts have individual attributes assigned to them that describe features or special features for that account, such as special pricing, account statuses, and ordering instructions. The SoftLayer_Account_Attribute data type contains information relating to a single SoftLayer_Account attribute.

Local


accountAttributeTypeId

The internal identifier of the type of attribute that a SoftLayer customer account attribute belongs to.
Type: int


accountId

The internal identifier of the SoftLayer customer account that is assigned an account attribute.
Type: int


id

A SoftLayer customer account attribute’s internal identifier.
Type: int


value

A SoftLayer account attribute’s value.
Type: string

Relational


account

The SoftLayer customer account that has an attribute.
Type: SoftLayer_Account


accountAttributeType

The type of attribute assigned to a SoftLayer customer account.
Type: SoftLayer_Account_Attribute_Type

Count