SoftLayer Software Component AntivirusSpyware (type)

From SoftLayer Development Network Wiki

Jump to: navigation, search

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

Contents

Overview

This object specifies a specific type of Software Component: An Anti-virus/spyware instance. Anti-virus/spyware installations have specific properties and methods such as SoftLayer_Software_Component_AntivirusSpyware::updateAntivirusSpywarePolicy. Defaults are initiated by this object.

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

hardwareId

Hardware Identification Number for the server this Software Component is installed upon.

  • Type: integer
  • Length: 10 digits



id

An ID number identifying this Software Component (Software Installation)

  • Type: integer



manufacturerActivationCode

The manufacturer code that is needed to activate a license.

  • Type: string
  • Length: 40 characters



manufacturerLicenseInstance

A license key for this specific installation of software, if it is needed.

  • Type: string
  • Length: 40 characters


Relational Properties

averageInstallationDuration

The average amount of time that a software component takes to install.
averageInstallationDuration can be queried by object mask.
averageInstallationDuration must be a unique value.

  • Type: unsigned long



billingItem

The billing item for a software component.
billingItem can be queried by object mask.
billingItem must be a unique value.



hardware

The hardware this Software Component is installed upon.
hardware can be queried by object mask.
hardware must be a unique value.



passwordHistory

History Records for Software Passwords.
passwordHistory can be queried by object mask.



passwords

Username/Password pairs used for access to this Software Installation.
passwords can be queried by object mask.



softwareLicense

The License this Software Component uses.
softwareLicense can be queried by object mask.
softwareLicense must be a unique value.


Count Properties

passwordCount

A count of username/Password pairs used for access to this Software Installation.
passwordCount must be a unique value.

  • Type: unsigned long



passwordHistoryCount

A count of history Records for Software Passwords.
passwordHistoryCount must be a unique value.

  • Type: unsigned long
Personal tools