WS-Management > WS-Management Class Reference > CIM Classes > CIM_SoftwareFeatureSoftwareElements

Class CIM_SoftwareFeatureSoftwareElements

CIM_Component
   extended by CIM_SoftwareFeatureSoftwareElements

Known Subclasses:
CIM_BIOSFeatureBIOSElements

Association class CIM_SoftwareFeatureSoftwareElements
extends CIM_Component

General Information:
SoftwareFeatureSoftwareElements identifies the Software Elements that make up a particular SoftwareFeature.

Qualifiers:
-------------
Association
Aggregation
Version=2.6.0
UMLPackagePath=CIM::Application::DeploymentModel


Supported Fields Summary
 REF CIM_SoftwareFeature GroupComponent Key
The SoftwareFeature that groups the SoftwareElement.
 REF CIM_SoftwareElement PartComponent Key
The SoftwareElement that makes up the Feature.

Methods Summary
  Create(Instance, ResourceCreated)
Creates a new instance of this class
  Put(Instance)
Changes properties of the selected instance
  Get(Instance)
Gets the representation of the instance
  Delete()
Deletes an instance
  Pull(EnumerationContext, MaxElements)
Pulls instances of this class, following an Enumerate operation
  Enumerate()
Enumerates the instances of this class
  Release(EnumerationContext)
Releases an enumeration context
  Subscribe()
Subscribes to this resource (WS-Eventing)
  Unsubscribe()
Remove subscription to this resource (WS-Eventing)

Field Detail

GroupComponent Key

public REF CIM_SoftwareFeature GroupComponent
General Information:
The SoftwareFeature that groups the SoftwareElement.

Qualifiers:
-------------
Aggregate
Override=GroupComponent


PartComponent Key

public REF CIM_SoftwareElement PartComponent
General Information:
The SoftwareElement that makes up the Feature.

Qualifiers:
-------------
Override=PartComponent


Method Detail

Create

public  Create([IN]CIM_SoftwareFeatureSoftwareElements Instance, [OUT] REF CIM_SoftwareFeatureSoftwareElements ResourceCreated)
Permission Information:
No permissions defined

General Information:
Creates a new instance of this class

Product Specific Usage:
The following properties must be included in any representation of CIM_SoftwareFeatureSoftwareElements:

GroupComponent
PartComponent


Put

public  Put([IN]CIM_SoftwareFeatureSoftwareElements Instance)
Permission Information:
No permissions defined

General Information:
Changes properties of the selected instance

Product Specific Usage:
The following properties must be included in any representation of CIM_SoftwareFeatureSoftwareElements:

GroupComponent
PartComponent


Get

public  Get([OUT]CIM_SoftwareFeatureSoftwareElements Instance)
Permission Information:
The permissions of this method depend upon the context of its usage

General Information:
Gets the representation of the instance

Delete

public  Delete()
Permission Information:
No permissions defined

General Information:
Deletes an instance

Pull

public  Pull([IN]String EnumerationContext, [IN]String MaxElements)
Permission Information:
All users permitted to use method, only instances to whom the user has permissions will be returned

General Information:
Pulls instances of this class, following an Enumerate operation

Enumerate

public  Enumerate()
Permission Information:
All users permitted to use method

General Information:
Enumerates the instances of this class

Release

public  Release([IN]String EnumerationContext)
Permission Information:
All users permitted to use method

General Information:
Releases an enumeration context

Subscribe

public  Subscribe()
Permission Information:
No permissions defined

General Information:
Subscribes to this resource (WS-Eventing)

Unsubscribe

public  Unsubscribe()
Permission Information:
No permissions defined

General Information:
Remove subscription to this resource (WS-Eventing)

Copyright © 2006-2022, Intel Corporation. All rights reserved.