MSCluster_ResourceToDependentResource class

A dynamic association WMI class that represents the dependencies of a resource.

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

Syntax

[Association, Dynamic, Provider("MS_CLUSTER_PROVIDER"), UUID("{C09C3AB9-E97C-46d8-921F-4B3EA2A7C457}"), AMENDMENT]
class MSCluster_ResourceToDependentResource : CIM_Dependency
{
  MSCluster_Resource REF Antecedent;
  MSCluster_Resource REF Dependent;
};

Members

The MSCluster_ResourceToDependentResource class has these types of members:

Properties

The MSCluster_ResourceToDependentResource class has these properties.

Antecedent

Data type: MSCluster_Resource

Access type: Read-only

Qualifiers: Override ("Antecedent")

The resource.

Dependent

Data type: MSCluster_Resource

Access type: Read-only

Qualifiers: Override ("Dependent")

The resource to be depended on.

Remarks

The MSCluster_ResourceToDependentResource class is derived from the CIM_Dependency class.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008
Namespace
Root\MSCluster
MOF
ClusWmi.mof
DLL
ClusWMI.dll

See also

CIM_Dependency

Failover Cluster Provider Reference

MSCluster_Resource