SoftLayer Software Description Feature

From SoftLayer Development Network Wiki

Jump to: navigation, search

Contents

Overview

The SoftLayer_Software_Description_Feature data type represents a single software description feature. A feature may show up on more than one software description and can not be created, modified, or removed.

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

id

The unique identifier for a software description feature.

  • Type: integer



keyName

A unique name used to reference this software description feature.

  • Type: string
  • Length: 100 characters



name

The name of a software description feature.

  • Type: string
  • Length: 100 characters



vendor

The vendor that a software description feature belongs to.

  • Type: string
  • Length: 100 characters

Associated Methods

Personal tools