CIM_HostedDependency class

Represents an association where a managed element is hosted by another.

The following syntax is simplified from MOF code and includes all inherited properties.

Syntax

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

Members

The CIM_HostedDependency class has these types of members:

Properties

The CIM_HostedDependency class has these properties.

Antecedent

Data type: CIM_ManagedElement

Access type: Read-only

Qualifiers: Override ("Antecedent"), Max (1)

The host managed element.

Dependent

Data type: CIM_ManagedElement

Access type: Read-only

Qualifiers: Override ("Dependent")

The hosted managed element.

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