SoftLayer_Hardware_Component_Model_Generic


SoftLayer_Hardware_Component_Model_Generic

Description

The SoftLayer_Hardware_Component_Model_Generic data type contains general information relating to a single SoftLayer generic component model. A generic component model represents a non-vendor specific representation of a hardware component. Frequently SoftLayer utilizes components from various vendors in the servers they provision. For Example: Several different vendors produce 6GB DDR2 memory. The generic component model for the 6GB stick of RAM encompasses every instance of this component regardless of make and model.

Local


capacity

A generic component model’s capacity. The capacity of a generic component model depends on the model itself. For Example: Hard drives have a capacity that reflects the amount of data that hard drive can store.
Type: decimal


description

A brief description for a generic component model that typically defines it’s function.
Type: string


hardwareComponentTypeId

The internal identifier of the component type for a generic component model.
Type: int


id

A generic component model’s internal identification number.
Type: int


units

The unit of measurement for the capacity of a generic component model.
Type: string


upgradePriority

A generic component model’s upgrade priority. The upgrade priority indicates the order a generic component model should be considered over other generic component models. A higher number indicates that a generic component model receives a higher upgrade preference in comparison to a generic component model with a lower priority number.
Type: int

Relational


hardwareComponentModels

A generic component model’s hardware component model.
Type: SoftLayer_Hardware_Component_Model[]


hardwareComponentType

A generic component model’s type.
Type: SoftLayer_Hardware_Component_Type


marketingFeatures

A list of features that a generic component model can provide.
Type: SoftLayer_Hardware_Component_Model_Generic_MarketingFeature

Count


hardwareComponentModelCount

A count of a generic component model’s hardware component model.
Type: unsignedLong