CIM_Dependency class
Represents a generic association used to establish dependency relationships between managed elements.
The following syntax is simplified from MOF code and includes all inherited properties.
Syntax
[Association, Abstract, Version("2.10.0"), AMENDMENT]
class CIM_Dependency
{
CIM_ManagedElement REF Antecedent;
CIM_ManagedElement REF Dependent;
};
Members
The CIM_Dependency class has these types of members:
Properties
The CIM_Dependency class has these properties.
-
Antecedent
-
-
Data type: CIM_ManagedElement
-
Access type: Read-only
-
Qualifiers: Key
The independent object in this association.
-
-
Dependent
-
-
Data type: CIM_ManagedElement
-
Access type: Read-only
-
Qualifiers: Key
The dependent object in the association.
-
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2008 |
End of client support |
None supported |
End of server support |
Windows Server 2012 R2 |
Namespace |
Root\virtualization |
MOF |
|