Msvm_ElementAllocatedFromPool class

Associates an instance of an allocated resource with the resource pool from which it was allocated.

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

Syntax

[Association, Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_ElementAllocatedFromPool : CIM_ElementAllocatedFromPool
{
  CIM_ResourcePool   REF Antecedent;
  CIM_LogicalElement REF Dependent;
};

Members

The Msvm_ElementAllocatedFromPool class has these types of members:

Properties

The Msvm_ElementAllocatedFromPool class has these properties.

Antecedent

Data type: CIM_ResourcePool

Access type: Read-only

Qualifiers: Override, Max (1)

The resource pool. This property is inherited from CIM_ElementAllocatedFromPool.

Dependent

Data type: CIM_LogicalElement

Access type: Read-only

The allocated resource. This property is inherited from CIM_ElementAllocatedFromPool.

Remarks

Access to the Msvm_ElementAllocatedFromPool class might be restricted by UAC Filtering. For more information, see User Account Control and WMI.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Namespace
Root\Virtualization\V2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_ElementAllocatedFromPool

CIM_ElementAllocatedFromPool

Msvm_ElementAllocatedFromPool (V1)

Resource Management Classes