CIM_ElementAllocatedFromPool class

ElementAllocatedFromPool associates an instance of CIM_LogicalElement representing an allocated Resource with the CIM_ResourcePool from which it was allocated.

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

Syntax

[Association, Abstract, Experimental, Version("2.15.0"), UMLPackagePath("CIM::Core::Resource")]
class CIM_ElementAllocatedFromPool : CIM_Dependency
{
  CIM_ResourcePool   REF Antecedent;
  CIM_LogicalElement REF Dependent;
};

Members

The CIM_ElementAllocatedFromPool class has these types of members:

Properties

The CIM_ElementAllocatedFromPool class has these properties.

Antecedent

Data type: CIM_ResourcePool

Access type: Read-only

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

A CIM_ResourcePool containing the resource pool.

Dependent

Data type: CIM_LogicalElement

Access type: Read-only

Qualifiers: Override ("Dependent")

A CIM_LogicalElement containing the allocated resource.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\CIMv2\Storage\iScsiTarget
MOF
SmIscsiTarget.mof
DLL
SMiSCSITargetProv.dll

See also

CIM_Dependency