CIM_ElementAllocatedFromPool class
ElementAllocatedFromPool associates an instance of CIM_LogicalElement representing an allocated Resource with the CIM_ResourcePool from which it was 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_ElementAllocatedFromPool : CIM_Dependency
{
CIM_ResourcePool REF Antecedent;
CIM_LogicalElement REF Dependent;
};
Members
The CIM_ElementAllocatedFromPool class has these types of members:
- Properties
Properties
The CIM_ElementAllocatedFromPool class has these properties.
Antecedent
Data type: CIM_ResourcePool
Access type: Read-only
Qualifiers: Override, Max ( 1)
The resource pool.
Dependent
Data type: CIM_LogicalElement
Access type: Read-only
The allocated resource.
Requirements
Namespace |
Root\CIMV2 |