SoftLayer_Hardware_Component_Attribute


SoftLayer_Hardware_Component_Attribute

Description

The SoftLayer_Hardware_Component_Attribute data type contains general information relating to a single hardware setting or attribute for a component model. For Example: A RAID controller may be setup for many different RAID configurations. A RAID controller with a configuration of RAID-1 will have a single attribute for this RAID setting.

Local


hardwareComponentAttributeTypeId

A hardware component attribute’s associated SoftLayer_Hardware_Component_Attribute_Type Id.
Type: int


hardwareComponentId

A hardware component attribute’s associated SoftLayer_Hardware_Component Id.
Type: int


value

A hardware component attribute’s value. A value can have many different values depending on the attributes SoftLayer_Hardware_Component_Attribute_Type.
Type: string

Relational


hardwareComponent

A hardware component attribute’s associated SoftLayer_Hardware_Component.
Type: SoftLayer_Hardware_Component

Count