SoftLayer Hardware Benchmark Certification (type)
From SoftLayer Development Network Wiki
This page refers to the SoftLayer_Hardware_Benchmark_Certification data type. For information on the SoftLayer_Hardware_Benchmark_Certification service please see SoftLayer_Hardware_Benchmark_Certification.
Contents |
Overview
The SoftLayer_Hardware_Benchmark_Certification data type contains general information relating to a single SoftLayer hardware benchmark certification document.
| 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
accountId
The internal identifier of the SoftLayer customer account associated with a benchmark certification result.
- Type: integer
- Length: 10 digits
createDate
The date that a benchmark certification result was generated.
- Type: dateTime
hardwareId
A benchmark certification results's associated hardware's internal identification number.
- Type: integer
- Length: 10 digits
Relational Properties
account
A benchmark certification result's associated SoftLayer customer account.
account can be queried by object mask.
account must be a unique value.
- Type: SoftLayer_Account
hardware
The hardware that a benchmark certification test was performed on.
hardware can be queried by object mask.
hardware must be a unique value.
- Type: SoftLayer_Hardware

