DPFirmware


This type is a class for model objects.

A collection object for all of the firmware versions

Package: datapowermgr

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *

Collection attributes having this type:
  DPManager.firmwares



Attributes Summary
deviceType : EString deviceType that this set of FirmwareVersions is for
highestVersion : EInt The highest version number that has EVER been used for a version of this object. Exists because DPFirmwareVersion extends DPVersion. Probably never used in DPFirmwareVersion.
strictFeatures : EString A ; separated string naming the strict features this firmware supports. If a Firmware supports a strict feature, the firmware can ONLY be installed on devices having a license for that feature.
modelType : EString A string version of the model type this firmware is for. Examples of model type are 9002 and 9003. There is also a special model type "9002 or 9001" which indicates the firmware can install on either a model 9002 or 9001. THIS IS A STRING and NOT AN EXPRESSION so "9001 or 9002" WILL NOT WORK.
nonstrictFeatures : EString A ; separated string naming the nonstrict features this firmware supports. If a Firmware supports a nonstrict feature, the firmware can be installed on a device irrespective of whether or not that device has a license for the nonstrict feature.
versions : DPFirmwareVersion * * No description is available *
properties : Property * * No description is available *



Attribute Details

deviceType  -  deviceType that this set of FirmwareVersions is for
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

highestVersion  -  The highest version number that has EVER been used for a version of this object. Exists because DPFirmwareVersion extends DPVersion. Probably never used in DPFirmwareVersion.
    Data Type: EInt
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

strictFeatures  -  A ; separated string naming the strict features this firmware supports. If a Firmware supports a strict feature, the firmware can ONLY be installed on devices having a license for that feature.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

modelType  -  A string version of the model type this firmware is for. Examples of model type are 9002 and 9003. There is also a special model type "9002 or 9001" which indicates the firmware can install on either a model 9002 or 9001. THIS IS A STRING and NOT AN EXPRESSION so "9001 or 9002" WILL NOT WORK.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

nonstrictFeatures  -  A ; separated string naming the nonstrict features this firmware supports. If a Firmware supports a nonstrict feature, the firmware can be installed on a device irrespective of whether or not that device has a license for the nonstrict feature.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

versions  -  * No description is available *
    Reference Type: DPFirmwareVersion *
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

properties  -  * No description is available *
    Reference Type: Property *
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006