Поделиться через


CIM_ResourceAllocationFromPool class

Represents an association in which a CIM_ResourceAllocationSettingData instance is allocated from a resource pool.

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

Syntax

[Abstract, Experimental, Association, Version("2.13.0"), AMENDMENT]
class CIM_ResourceAllocationFromPool : CIM_Dependency
{
  CIM_ResourcePool                  REF Antecedent;
  CIM_ResourceAllocationSettingData REF Dependent;
};

Members

The CIM_ResourceAllocationFromPool class has these types of members:

Properties

The CIM_ResourceAllocationFromPool class has these properties.

Antecedent

Data type: CIM_ResourcePool

Access type: Read-only

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

The resource pool.

Dependent

Data type: CIM_ResourceAllocationSettingData

Access type: Read-only

Qualifiers: Override ("Dependent")

The resource allocation data.

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