CIM_PSExtentBasedOnPExtent class

The CIM_PSExtentBasedOnPExtent class associates protected space extents that are based on a physical extent.

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("{451FE14C-E3D3-11d2-8601-0000F8102E5F}"), AMENDMENT]
class CIM_PSExtentBasedOnPExtent : CIM_BasedOn
{
  uint64                       EndingAddress;
  uint64                       StartingAddress;
  CIM_ProtectedSpaceExtent REF Dependent;
  CIM_PhysicalExtent       REF Antecedent;
};

Members

The CIM_PSExtentBasedOnPExtent class has these types of members:

Properties

The CIM_PSExtentBasedOnPExtent class has these properties.

Antecedent

Data type: CIM_PhysicalExtent

Access type: Read-only

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

A CIM_PhysicalExtent that describes the physical extent.

Dependent

Data type: CIM_ProtectedSpaceExtent

Access type: Read-only

Qualifiers: Override ("Dependent")

A CIM_ProtectedSpaceExtent that describes the protected space extent which is built on the physical extent.

EndingAddress

Data type: uint64

Access type: Read-only

Indicates the end of the high-level extent in lower-level storage. This property is useful when mapping non-contiguous extents into a higher-level grouping.

For more information about using uint64 values in scripts, see Scripting in WMI.

This property is inherited from CIM_BasedOn.

StartingAddress

Data type: uint64

Access type: Read-only

Indicates the beginning of the high-level extent in lower-level storage.

For more information about using uint64 values in scripts, see Scripting in WMI.

This property is inherited from CIM_BasedOn.

Remarks

The CIM_PSExtentBasedOnPExtent class is derived from CIM_BasedOn.

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_BasedOn