SoftLayer Hardware Component
From SoftLayer Development Network Wiki
Contents |
Overview
The SoftLayer_Hardware_Component data type abstracts information related to a hardware component.
| 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
hardwareComponentModelId
The internal identifier of a hardware component's component model.
hardwareComponentModelId is required for object creation.
- Type: integer
- Length: 10 digits
hardwareId
The internal identifier of the hardware that a hardware component resides inside.
- Type: integer
- Length: 10 digits
id
A hardware component's internal identifier.
- Type: integer
modifyDate
The date that a hardware component was last modified.
- Type: dateTime
name
The name of this component as referenced by the operating system.
- Type: string
- Length: 50 characters
Relational Properties
hardware
The hardware object that this component belongs to.
hardware can be queried by object mask.
hardware must be a unique value.
- Type: SoftLayer_Hardware
hardwareComponentModel
The general group of component models.
hardwareComponentModel must be a unique value.
Associated Methods
- SoftLayer_Hardware::getComponents
- SoftLayer_Hardware_Server::hardDrives
- SoftLayer_Hardware::getRaidControllers
- SoftLayer_Hardware_Server::getComponents
- SoftLayer_Hardware_Server::getHardDrives
- SoftLayer_Hardware_Server::getMotherboard
- SoftLayer_Hardware_Server::getRaidControllers
- SoftLayer_Hardware_Server::getRemoteManagement

