CIM_ResourceAllocationFromPool class

ResourceAllocationFromPool associates an instance of CIM_ResourceAllocationSettingData representing a resource allocation with the CIM_ResourcePool from which it is allocated.

Important  The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.

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

Syntax

class CIM_ResourceAllocationFromPool : CIM_Dependency
{
  CIM_ResourcePool                  REF Antecedent;
  CIM_ResourceAllocationSettingData REF Dependent;
};

Members

The CIM_ResourceAllocationFromPool class has these types of members:

  • Properties

Properties

The CIM_ResourceAllocationFromPool class has these properties.

Antecedent

Data type: CIM_ResourcePool

Access type: Read-only

Qualifiers: Override, Max ( 1)

The resource pool.

Dependent

Data type: CIM_ResourceAllocationSettingData

Access type: Read-only

The resource allocation.

Requirements

Namespace

Root\CIMV2