CIM_HostedResourcePool class

Represents an association between a system and a resource pool that is a component of the system.

Syntax

[Association, Aggregation, Composition, Abstract, Version("2.22.0"), UMLPackagePath("CIM::Core::Resource")]
class CIM_HostedResourcePool : CIM_SystemComponent
{
  CIM_System       REF GroupComponent;
  CIM_ResourcePool REF PartComponent;
};

Members

The CIM_HostedResourcePool class has these types of members:

Properties

The CIM_HostedResourcePool class has these properties.

GroupComponent

Data type: CIM_System

Access type: Read-only

Qualifiers: Aggregate, Override ("GroupComponent"), Min (1), Max (1)

The parent system in the association.

PartComponent

Data type: CIM_ResourcePool

Access type: Read-only

Qualifiers: Override ("PartComponent")

The resource pool that is a component of the system.

Requirements

Requirement Value
Minimum supported client
Windows 8.1
Minimum supported server
Windows Server 2012 R2
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_SystemComponent