次の方法で共有


CIM_ElementAllocatedFromPool クラス

CIM_LogicalElement オブジェクトが 、CIM_ResourcePool オブジェクトから割り当てられた リソースを表 す関連付けを表します。

構文

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

メンバー

CIM_ElementAllocatedFromPool クラスには、次の種類のメンバーがあります。

プロパティ

CIM_ElementAllocatedFromPool クラスには、これらのプロパティがあります。

先行

データ型: CIM_ResourcePool

アクセスの種類: 読み取り専用

修飾子: オーバーライド ("Antecedent")、 Max (1)

リソース プール。

依存型

データ型: CIM_LogicalElement

アクセスの種類: 読み取り専用

修飾子: オーバーライド ("Dependent")

割り当てられたリソース。

要件

要件
サポートされている最小のクライアント
Windows 8
サポートされている最小のサーバー
Windows Server 2012
名前空間
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
[DLL]
Vmms.exe

関連項目

CIM_Dependency