Msvm_ResourceDependentOnResource class

Establishes that a CIM_ResourceAllocationSettingData instance representing a resource allocation depends on another resource allocation.

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

Syntax

[Association, Aggregation, Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_ResourceDependentOnResource : CIM_Dependency
{
  CIM_ResourceAllocationSettingData REF Antecedent;
  CIM_ResourceAllocationSettingData REF Dependent;
};

Members

The Msvm_ResourceDependentOnResource class has these types of members:

Properties

The Msvm_ResourceDependentOnResource class has these properties.

Antecedent

Data type: CIM_ResourceAllocationSettingData

Access type: Read-only

Qualifiers: Key, Override ("Antecedent")

A CIM_ResourceAllocationSettingData that represents the independent resource in this association.

Dependent

Data type: CIM_ResourceAllocationSettingData

Access type: Read-only

Qualifiers: Key, Override ("Dependent")

A CIM_ResourceAllocationSettingData that represents the resource that is dependent on the Antecedent.

Requirements

Requirement Value
Minimum supported client
Windows 10 [desktop apps only]
Minimum supported server
Windows Server 2016
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_Dependency