Class CIM_Dependency

CIM_Dependency

Known Subclasses:
AMT_NetworkPortDefaultSystemDefensePolicy AMT_SystemDefensePolicyInService CIM_UseOfLog CIM_RemoteAccessAvailableToElement CIM_ProvidesServiceToElement CIM_ServiceServiceDependency CIM_ConcreteDependency CIM_Realizes CIM_DeviceSAPImplementation CIM_ReferencedProfile IPS_SessionUsingPort IPS_IderSessionUsingPort IPS_KvmSessionUsingPort IPS_SolSessionUsingPort IPS_RasSessionUsingPort CIM_SystemPackaging CIM_ComputerSystemPackage CIM_ManagedCredential CIM_ServiceAccessBySAP CIM_ServiceSAPDependency AMT_TrapTargetForService AMT_PETFilterForTarget AMT_InterfacePolicy AMT_AgentPresenceInterfacePolicy AMT_NetworkPortSystemDefensePolicy AMT_EnvironmentDetectionInterfacePolicy AMT_FilterInSystemDefensePolicy CIM_HostedDependency CIM_PolicyInSystem CIM_PolicySetInSystem CIM_PolicyRuleInSystem CIM_HostedAccessPoint CIM_HostedService CIM_ElementSoftwareIdentity

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.10.0
UMLPackagePath=CIM::Core::CoreElements


Supported Fields Summary
 REF CIM_ManagedElement Antecedent Key
Antecedent represents the independent object in this association.
 REF CIM_ManagedElement Dependent Key
Dependent represents the object that is 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

Antecedent Key

public REF CIM_ManagedElement Antecedent
General Information:
Antecedent represents the independent object in this association.

Qualifiers:
-------------
Key


Dependent Key

public REF CIM_ManagedElement Dependent
General Information:
Dependent represents the object that is dependent on the Antecedent.

Qualifiers:
-------------
Key


Method Detail

Create

public  Create([IN]CIM_Dependency Instance, [OUT] REF CIM_Dependency 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_Dependency:

Antecedent
Dependent


Put

public  Put([IN]CIM_Dependency 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_Dependency:

Antecedent
Dependent


Get

public  Get([OUT]CIM_Dependency Instance)
Permission Information:
No permissions defined

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.