CIM_ResourceAllocationFromPool class

Represents an association in which a CIM_ResourceAllocationSettingData instance is allocated from a resource pool.

Syntax

[Association, Abstract, Version("2.22.0"), UMLPackagePath("CIM::System::Resource"), AMENDMENT]
class CIM_ResourceAllocationFromPool : CIM_Dependency
{
  CIM_ResourcePool                  REF Antecedent;
  CIM_ResourceAllocationSettingData REF Dependent;
};

Members

The CIM_ResourceAllocationFromPool class has these types of members:

Properties

The CIM_ResourceAllocationFromPool class has these properties.

Antecedent

Data type: CIM_ResourcePool

Access type: Read-only

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

The resource pool.

Dependent

Data type: CIM_ResourceAllocationSettingData

Access type: Read-only

Qualifiers: Override ("Dependent")

The resource allocation data.

Requirements

Requirement Value
Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_Dependency