Class Component

java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.software.Component
Direct Known Subclasses:
Analytics, AntivirusSpyware, ControlPanel, Cpanel, HostIps, Idera, Microsoft, OperatingSystem, Package, Parallels, R1soft, Security, Swsoft, WebhostAutomation

@ApiType("SoftLayer_Software_Component")
public class Component
extends Entity
A SoftLayer_Software_Component ties the installation of a specific piece of software onto a specific piece of hardware.

SoftLayer_Software_Component works with SoftLayer_Software_License and SoftLayer_Software_Description to tie this all together.

  • SoftLayer_Software_Component is the installation of a specific piece of software onto a specific piece of hardware in accordance to a software license.
    • SoftLayer_Software_License dictates when and how a specific piece of software may be installed onto a piece of hardware.
      • SoftLayer_Software_Description describes a specific piece of software which can be installed onto hardware in accordance with it's license agreement.
See Also:
SoftLayer_Software_Component