CIM_HostedStoragePool class

HostedStoragePool is a specialization of HostedResourcePool association that establishes that the StoragePool is defined in the context of the System.

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

Syntax

[Association, Abstract, Aggregation, Composition, Version("2.15.0"), UMLPackagePath("CIM::Device::StorageServices")]
class CIM_HostedStoragePool : CIM_HostedResourcePool
{
  CIM_System      REF GroupComponent;
  CIM_StoragePool REF PartComponent;
};

Members

The CIM_HostedStoragePool class has these types of members:

Properties

The CIM_HostedStoragePool 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_StoragePool
Access type: Read-only
Qualifiers: Override ("PartComponent")

The StoragePool that is a component of a System.

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_HostedResourcePool

 

 

Show: