CIM_ElementSoftwareIdentity class

ElementSoftwareIdentity allows a Managed Element to report its software related asset information (firmware, drivers, configuration software, and etc.)

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Association, Abstract, Version("2.8.0"), UMLPackagePath("CIM::Core::Software")]
class CIM_ElementSoftwareIdentity : CIM_Dependency
{
  CIM_SoftwareIdentity REF Antecedent;
  CIM_ManagedElement   REF Dependent;
  uint16                   UpgradeCondition;
  string                   OtherUpgradeCondition;
};

Members

The CIM_ElementSoftwareIdentity class has these types of members:

Properties

The CIM_ElementSoftwareIdentity class has these properties.

Antecedent

Data type: CIM_SoftwareIdentity

Access type: Read-only

Qualifiers: Override ("Antecedent")

A LogicalElement's Software Asset.

Dependent

Data type: CIM_ManagedElement

Access type: Read-only

Qualifiers: Override ("Dependent")

The ManagedElement that requires or uses the software.

OtherUpgradeCondition

Data type: string

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_ElementSoftwareIdentity.UpgradeCondition")

Describes the upgrade condition, when UpgradeCondition is set to 1 ("Other").

UpgradeCondition

Data type: uint16

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_ElementSoftwareIdentity.OtherUpgradeCondition")

Indicates the element's ability to upgrade this software asset. 'Resides off element' 2, indicates the persistence of the software is outside of the element. Typically for a element this software is part of the OperatingSystem is typically upgradeable. 'Owner Upgradeable' 3, indicates the persistence of the software is on the element and is upgradeable by the owner. 'FactoryUpgradeable' 4,indicates the persistence of the software is on the element and is upgradeable by the manufacturer. 'Not Upgradeable' 5, indicates the presistence of the software is on the element and is not upgradeable. (i.e. burned into a non replaceable ROM chip.)

Unknown (0)

Other (1)

Resides off device (2)

Owner Upgradeable (3)

Factory Upgradeable (4)

Not Upgradeable (5)

DMTF Reserved

6 32767

Vendor Reserved

32768 65535

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\CIMv2\Storage\iScsiTarget
MOF
SmIscsiTarget.mof
DLL
SMiSCSITargetProv.dll