SoftLayer_Software_AccountLicense


SoftLayer_Software_AccountLicense

Description

SoftLayer_Software_AccountLicense is a class that represents software licenses that are tied only to a customer’s account and not to any particular hardware, IP address, etc.

Local


accountId

The ID of the SoftLayer Account to which this Account License belongs to.
Type: int


capacity

Some Account Licenses have capacity information such as CPU specified in the units key. This provides the numerical representation of the capacity of the units.
Type: string


key

The License Key for this specific Account License.
Type: string


units

The unit of measurement that an account license has the capacity of.
Type: string

Relational


account

The customer account this Account License belongs to.
Type: SoftLayer_Account


billingItem

The billing item for a software account license.
Type: SoftLayer_Billing_Item


softwareDescription

The SoftLayer_Software_Description that this account license is for.
Type: SoftLayer_Software_Description

Count