SoftLayer_Product_Item_Attribute


SoftLayer_Product_Item_Attribute

Description

The SoftLayer_Product_Item_Attribute data type allows us to describe a SoftLayer_Product_Item by attaching specific attributes, which may dictate how it interacts with other products and services. Most, if not all, of these attributes are geared towards internal usage, so customers should rarely be concerned with them.

Local


id

This is the primary key value for the product attribute.
Type: int


itemAttributeTypeId

This is a foreign key value for the SoftLayer_Product_Item_Attribute_Type.
Type: int


itemId

This is a foreign key value for the SoftLayer_Product_Item.
Type: int


value

This is the value for the attribute.
Type: string

Relational


attributeType

This represents the attribute type of this product attribute.
Type: SoftLayer_Product_Item_Attribute_Type


attributeTypeKeyName

This represents the attribute type’s key name of this product attribute.
Type: string


item

This represents the product that an attribute is tied to.
Type: SoftLayer_Product_Item

Count