SoftLayer Software License
From SoftLayer Development Network Wiki
Contents |
Overview
This class describes a specific type of license, like a Microsoft Windows Site License, a GPL license, or a license of another type.
| 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
An ID number for this specific License type.
- Type: integer
softwareDescriptionId
The ID number of a Software Description that this specific license is valid for.
- Type: integer
- Length: 10 digits
Relational Properties
account
The account that owns this specific License instance.
account can be queried by object mask.
account must be a unique value.
- Type: SoftLayer_Account
owner
The account that owns this specific License instance.
owner can be queried by object mask.
owner must be a unique value.
- Type: SoftLayer_Account
softwareDescription
A Description of the Software that this License instance is valid for.
softwareDescription must be a unique value.

