SUMMARY: NESTED | FIELD | | METHOD |
DETAIL: FIELD | METHOD |
CIM_Dependency
Abstract Association class CIM_Dependency
General Information:
CIM_Dependency is a generic association used to establish dependency relationships between ManagedElements.
Qualifiers:
-------------
Association
Abstract
Version=2.6.0
Supported Fields Summary | |
---|---|
REF CIM_ManagedElement |
Antecedent
Antecedent represents the independent object in this association. |
REF CIM_ManagedElement |
Dependent
Dependent represents the object dependent on the Antecedent. |
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 |
---|
public REF CIM_ManagedElement Antecedent
public REF CIM_ManagedElement Dependent
Method Detail |
---|
public Create([IN]CIM_Dependency Instance, [OUT] REF CIM_Dependency ResourceCreated)
public Put([IN]CIM_Dependency Instance)
public Get([OUT]CIM_Dependency Instance)
public Delete()
public Pull([IN]String EnumerationContext, [IN]String MaxElements)
public Enumerate()
public Release([IN]String EnumerationContext)
public Subscribe()
public Unsubscribe()
SUMMARY: NESTED | FIELD | METHOD |
DETAIL: FIELD | METHOD |