SoftLayer Software VirtualLicense (type)

From SoftLayer Development Network Wiki

Jump to: navigation, search

This page refers to the SoftLayer_Software_VirtualLicense data type. For information on the SoftLayer_Software_VirtualLicense service please see SoftLayer_Software_VirtualLicense.

Contents

Overview

SoftLayer_Software_VirtualLicense is the application class that handles a special type of Software License. Most software licenses are licensed to a specific hardware ID; virtual licenses are designed for virtual machines and therefore are assigned to an IP Address. Not all software packages can be "virtual licensed".

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 ID of the SoftLayer Account to which this Virtual License belongs to.

  • Type: integer
  • Length: 10 digits



id

An ID number for this Virtual License instance.

  • Type: integer



ipAddress

The specific IP address this Virtual License belongs to.

  • Type: string
  • Length: 15 characters



key

The License Key for this specific Virtual License.

  • Type: string
  • Length: 50 characters



notes

A "notes" string attached to this specific Virtual License.

  • Type: string
  • Length: 2000 characters



softwareDescriptionId

The Software Description ID this Virtual License is for.

  • Type: integer
  • Length: 10 digits



subnetId

The ID of the SoftLayer Network Subnet this Virtual License belongs to.

  • Type: integer
  • Length: 10 digits


Relational Properties

account

The SoftLayerAccount this Virtual License belongs to.
account can be queried by object mask.
account must be a unique value.



softwareDescription

The SoftLayer_Software_Description that this virtual license is for.
softwareDescription can be queried by object mask.
softwareDescription must be a unique value.



subnet

The subnet this Virtual License's IP address belongs to.
subnet can be queried by object mask.
subnet must be a unique value.

Associated Methods

See Also

Personal tools