CIM_ConcreteDependency class

Represents a generic association in which a managed element depends on another. CIM_ConcreteDependency subclasses CIM_Dependency to provide a concrete class version of CIM_Dependency. This class must not be subclassed to define additional semantics. Instead, you can subclass CIM_Dependency.

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

Syntax

[Association, Abstract, Version("2.10.0"), UMLPackagePath("CIM::Core::CoreElements")]
class CIM_ConcreteDependency : CIM_Dependency
{
  CIM_ManagedElement REF Antecedent;
  CIM_ManagedElement REF Dependent;
};

Members

The CIM_ConcreteDependency class has these types of members:

Properties

The CIM_ConcreteDependency class has these properties.

Antecedent

Data type: CIM_ManagedElement

Access type: Read-only

Qualifiers: Override ("Antecedent")

The independent object in the association.

Dependent

Data type: CIM_ManagedElement

Access type: Read-only

Qualifiers: Override ("Dependent")

The dependent object in the association.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\HyperVCluster\v2
MOF
WindowsHyperVCluster.V2.mof
DLL
VMMS.exe

See also

CIM_Dependency

Failover Clustering Hyper-V WMI Provider