SoftLayer_Software_VirtualLicense


SoftLayer_Software_VirtualLicense

Description

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”.

Local


accountId

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


hostHardwareId

The ID of the SoftLayer Hardware Server record to which this Virtual License belongs.
Type: int


id

An ID number for this Virtual License instance.
Type: int


ipAddress

The specific IP address this Virtual License belongs to.
Type: string


key

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


notes

A “notes” string attached to this specific Virtual License.
Type: string


softwareDescriptionId

The Software Description ID this Virtual License is for.
Type: int


subnetId

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

Relational


account

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


billingItem

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


hostHardware

The hardware record to which the software virtual license is assigned.
Type: SoftLayer_Hardware_Server


ipAddressRecord

The IP Address record associated with a virtual license.
Type: SoftLayer_Network_Subnet_IpAddress


softwareDescription

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


subnet

The subnet this Virtual License’s IP address belongs to.
Type: SoftLayer_Network_Subnet

Count