CIM_RealizesAggregatePExtent class

The CIM_RealizesAggregatePExtent association represents the relationship in which the CIM_AggregatePExtent class is realized on a physical media.

Important

The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of its inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

[Abstract, UUID("{FAF76B81-798C-11D2-AAD1-006008C78BC7}"), AMENDMENT]
class CIM_RealizesAggregatePExtent : CIM_Realizes
{
  CIM_AggregatePExtent REF Dependent;
  CIM_PhysicalMedia    REF Antecedent;
};

Members

The CIM_RealizesAggregatePExtent class has these types of members:

Properties

The CIM_RealizesAggregatePExtent class has these properties.

Antecedent

Data type: CIM_PhysicalMedia

Access type: Read-only

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

A CIM_PhysicalMedia that describes the physical media on which the extent is realized.

Dependent

Data type: CIM_AggregatePExtent

Access type: Read-only

Qualifiers: Override ("Dependent")

The CIM_AggregatePExtent that is located on the media.

Remarks

The CIM_RealizesAggregatePExtent class is derived from CIM_Realizes.

WMI does not implement this class.

This documentation is derived from the CIM class descriptions published by the DMTF. Microsoft may have made changes to correct minor errors, conform to Microsoft SDK documentation standards, or provide more information.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
CIMWin32.mof
DLL
CIMWin32.dll

See also

CIM_Realizes