SoftLayer Hardware Component

From SoftLayer Development Network Wiki

Jump to: navigation, search

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.



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.



hardwareComponentModel

The general group of component models.
hardwareComponentModel must be a unique value.

Associated Methods

See Also

Personal tools