CIM_DeviceAllocatedFromPool class

AllocatedFromStoragePool is an association describing how LogicalElements are allocated from underlying StoragePools. These elements typically would be subclasses of StorageExtents or StoragePools.

The following syntax is simplified from MOF code and includes all inherited properties.

Syntax

[Abstract, Association]
class CIM_DeviceAllocatedFromPool : CIM_Dependency
{
  CIM_LogicalDevice REF Dependent;
  CIM_ResourcePool  REF Antecedent;
};

Members

The CIM_DeviceAllocatedFromPool class has these types of members:

Properties

The CIM_DeviceAllocatedFromPool class has these properties.

Antecedent

Data type: CIM_ResourcePool

Access type: Read-only

Qualifiers: Override ("Antecedent")

The independent object in this association.

Dependent

Data type: CIM_LogicalDevice

Access type: Read-only

Qualifiers: Override ("Dependent")

The dependent object in this association.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008
End of client support
None supported
End of server support
Windows Server 2012 R2
Namespace
Root\virtualization
MOF
WindowsVirtualization.mof

See also

CIM_Dependency